diff --git a/nym-wallet/src-tauri/icons/README.md b/nym-wallet/src-tauri/icons/README.md index c1fab462de..73cf09b72e 100644 --- a/nym-wallet/src-tauri/icons/README.md +++ b/nym-wallet/src-tauri/icons/README.md @@ -1,24 +1,11 @@ # Regenerating icons -> **Note**: This is likely to be temporary until `tauri icon` is put back into the CLI. - -The Tauri Docs say to use the CLI to generate icons: https://tauri.studio/docs/api/cli/#icon. However `1.0.0-rc.X` appears to not have this command. `1.0.0-beta.6` does 🎉! - Do the following to regenerate the icons: ``` cd ~ git clone nym ... cd nym -docker run -v "$(pwd)":/workspace -it node:16 /bin/bash -npm i -g @tauri-apps/cli@1.0.0-beta.6 -cd /workspace/nym-wallet/src-tauri -tauri icon /workspace/assets/appicon/appicon.png -exit +cd nym-wallet +npx @tauri-apps/tauricon ../assets/appicon/appicon.png ``` - -Reasons to use docker: - -- you can't destroy your dev environments `npm` cache -- if you mess it up, kill the container, try again -- inside the `src-tauri` directory, `node` will resolve to the nearest `node_modules` directory and you'll get the wrong `tauri` cli \ No newline at end of file diff --git a/nym-wallet/src-tauri/icons/Square107x107Logo.png b/nym-wallet/src-tauri/icons/Square107x107Logo.png deleted file mode 100644 index 468b6cf29b..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square107x107Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/Square142x142Logo.png b/nym-wallet/src-tauri/icons/Square142x142Logo.png deleted file mode 100644 index ce58b768ca..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square142x142Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/Square150x150Logo.png b/nym-wallet/src-tauri/icons/Square150x150Logo.png deleted file mode 100644 index b6bc59dfcf..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square150x150Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/Square284x284Logo.png b/nym-wallet/src-tauri/icons/Square284x284Logo.png deleted file mode 100644 index 26311d4604..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square284x284Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/Square30x30Logo.png b/nym-wallet/src-tauri/icons/Square30x30Logo.png deleted file mode 100644 index 8916d14e49..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square30x30Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/Square310x310Logo.png b/nym-wallet/src-tauri/icons/Square310x310Logo.png deleted file mode 100644 index 6fd3c36def..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square310x310Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/Square44x44Logo.png b/nym-wallet/src-tauri/icons/Square44x44Logo.png deleted file mode 100644 index e161bd7c4a..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square44x44Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/Square71x71Logo.png b/nym-wallet/src-tauri/icons/Square71x71Logo.png deleted file mode 100644 index 45b5126bf6..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square71x71Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/Square89x89Logo.png b/nym-wallet/src-tauri/icons/Square89x89Logo.png deleted file mode 100644 index 386c8bf119..0000000000 Binary files a/nym-wallet/src-tauri/icons/Square89x89Logo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/StoreLogo.png b/nym-wallet/src-tauri/icons/StoreLogo.png deleted file mode 100644 index 692f1a03f2..0000000000 Binary files a/nym-wallet/src-tauri/icons/StoreLogo.png and /dev/null differ diff --git a/nym-wallet/src-tauri/icons/icon.icns b/nym-wallet/src-tauri/icons/icon.icns index 129da9bf18..857b252ffe 100644 Binary files a/nym-wallet/src-tauri/icons/icon.icns and b/nym-wallet/src-tauri/icons/icon.icns differ diff --git a/nym-wallet/src-tauri/icons/icon.ico b/nym-wallet/src-tauri/icons/icon.ico index 6164f98f9c..781bfcff12 100644 Binary files a/nym-wallet/src-tauri/icons/icon.ico and b/nym-wallet/src-tauri/icons/icon.ico differ diff --git a/nym-wallet/src-tauri/icons/icon.png b/nym-wallet/src-tauri/icons/icon.png deleted file mode 100644 index fa552c309a..0000000000 Binary files a/nym-wallet/src-tauri/icons/icon.png and /dev/null differ