diff --git a/src-tauri/lib/src/types/record/initial_data.rs b/src-tauri/lib/src/types/record/initial_data.rs index acf45d13..5fdf0b0a 100644 --- a/src-tauri/lib/src/types/record/initial_data.rs +++ b/src-tauri/lib/src/types/record/initial_data.rs @@ -23,7 +23,12 @@ pub const LEGACY_CARDS: [&'static str; 15] = [ "Treasures of the Vaal", ]; -pub const CARDS: [&'static str; 433] = [ +pub const CARDS: [&'static str; 438] = [ + "Brother's Gift", + "Soul Quenched", + "Poisoned Faith", + "A Chilling Wind", + "Matryoshka", "A Dusty Memory", "Alivia's Grace", "Auspicious Ambitions", diff --git a/temp.json b/temp.json new file mode 100644 index 00000000..128e0b11 --- /dev/null +++ b/temp.json @@ -0,0 +1,19 @@ +{ + "version": "0.1.1", + "notes": "+10 cards from 3.20", + "pub_date": "2023-04-03T17:21:49.776Z", + "platforms": { + "darwin-x86_64": { + "signature": "Content of app.tar.gz.sig", + "url": "https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards.app.tar.gz" + }, + "linux-x86_64": { + "signature": "Content of app.AppImage.tar.gz.sig", + "url": "https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards_0.1.1_amd64.AppImage.tar.gz" + }, + "windows-x86_64": { + "signature": "Content of app.msi.sig", + "url": "https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards_0.1.1_x64_en-US.msi.zip" + } + } +} diff --git a/temp.ts b/temp.ts new file mode 100644 index 00000000..1e885745 --- /dev/null +++ b/temp.ts @@ -0,0 +1,19 @@ +const x = { + version: '0.1.1', + notes: '+10 cards from 3.20', + pub_date: '2023-04-03T17:21:49.776Z', + platforms: { + 'darwin-x86_64': { + signature: 'Content of app.tar.gz.sig', + url: 'https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards.app.tar.gz', + }, + 'linux-x86_64': { + signature: 'Content of app.AppImage.tar.gz.sig', + url: 'https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards_0.1.1_amd64.AppImage.tar.gz', + }, + 'windows-x86_64': { + signature: 'Content of app.msi.sig', + url: 'https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards_0.1.1_x64_en-US.msi.zip', + }, + }, +};