diff --git a/app-icon.png b/app-icon.png index d11d62854..f9b6b5e12 100644 Binary files a/app-icon.png and b/app-icon.png differ diff --git a/templates/conf/tauri.conf.js b/templates/conf/tauri.conf.js index 97896d8c5..f2bb958cc 100644 --- a/templates/conf/tauri.conf.js +++ b/templates/conf/tauri.conf.js @@ -1,12 +1,11 @@ -const - path = require('path'), - distDir = path.resolve(__dirname, './dist') +const path = require('path') +const distDir = path.resolve(__dirname, './dist') module.exports = function () { return { build: { distDir: distDir, - APP_URL: 'http://localhost:4000' // must use a localhost server for now + APP_URL: 'http://localhost:4000' // must use a localhost server for now }, ctx: {}, tauri: { diff --git a/templates/rust/icons/128x128.png b/templates/rust/icons/128x128.png index 31f9fb97e..2e0031cf2 100644 Binary files a/templates/rust/icons/128x128.png and b/templates/rust/icons/128x128.png differ diff --git a/templates/rust/icons/128x128@2x.png b/templates/rust/icons/128x128@2x.png index 2fe405e42..57ecf8f7f 100644 Binary files a/templates/rust/icons/128x128@2x.png and b/templates/rust/icons/128x128@2x.png differ diff --git a/templates/rust/icons/32x32.png b/templates/rust/icons/32x32.png index 512250327..c036f8244 100644 Binary files a/templates/rust/icons/32x32.png and b/templates/rust/icons/32x32.png differ diff --git a/templates/rust/icons/Square107x107Logo.png b/templates/rust/icons/Square107x107Logo.png new file mode 100644 index 000000000..15c60e944 Binary files /dev/null and b/templates/rust/icons/Square107x107Logo.png differ diff --git a/templates/rust/icons/Square142x142Logo.png b/templates/rust/icons/Square142x142Logo.png new file mode 100644 index 000000000..c6f0d6eaf Binary files /dev/null and b/templates/rust/icons/Square142x142Logo.png differ diff --git a/templates/rust/icons/Square150x150Logo.png b/templates/rust/icons/Square150x150Logo.png new file mode 100644 index 000000000..6f14503bb Binary files /dev/null and b/templates/rust/icons/Square150x150Logo.png differ diff --git a/templates/rust/icons/Square284x284Logo.png b/templates/rust/icons/Square284x284Logo.png new file mode 100644 index 000000000..42b5fa068 Binary files /dev/null and b/templates/rust/icons/Square284x284Logo.png differ diff --git a/templates/rust/icons/Square30x30Logo.png b/templates/rust/icons/Square30x30Logo.png new file mode 100644 index 000000000..4149f5b50 Binary files /dev/null and b/templates/rust/icons/Square30x30Logo.png differ diff --git a/templates/rust/icons/Square310x310Logo.png b/templates/rust/icons/Square310x310Logo.png new file mode 100644 index 000000000..a3876af8a Binary files /dev/null and b/templates/rust/icons/Square310x310Logo.png differ diff --git a/templates/rust/icons/Square44x44Logo.png b/templates/rust/icons/Square44x44Logo.png new file mode 100644 index 000000000..73343b77e Binary files /dev/null and b/templates/rust/icons/Square44x44Logo.png differ diff --git a/templates/rust/icons/Square71x71Logo.png b/templates/rust/icons/Square71x71Logo.png new file mode 100644 index 000000000..19631aed7 Binary files /dev/null and b/templates/rust/icons/Square71x71Logo.png differ diff --git a/templates/rust/icons/Square89x89Logo.png b/templates/rust/icons/Square89x89Logo.png new file mode 100644 index 000000000..dc836f904 Binary files /dev/null and b/templates/rust/icons/Square89x89Logo.png differ diff --git a/templates/rust/icons/StoreLogo.png b/templates/rust/icons/StoreLogo.png new file mode 100644 index 000000000..cabc52ca0 Binary files /dev/null and b/templates/rust/icons/StoreLogo.png differ diff --git a/templates/rust/icons/icon.icns b/templates/rust/icons/icon.icns index cb5437150..ee76ee0d4 100644 Binary files a/templates/rust/icons/icon.icns and b/templates/rust/icons/icon.icns differ diff --git a/templates/rust/icons/icon.ico b/templates/rust/icons/icon.ico index 9e87e8365..cb7758e62 100644 Binary files a/templates/rust/icons/icon.ico and b/templates/rust/icons/icon.ico differ diff --git a/templates/rust/icons/icon.png b/templates/rust/icons/icon.png new file mode 100644 index 000000000..6fd2f55c6 Binary files /dev/null and b/templates/rust/icons/icon.png differ