Răsfoiți Sursa

feat(icons): add correct icons to template (#59)

nothingismagick 5 ani în urmă
părinte
comite
fdbc556b8f

BIN
app-icon.png


+ 3 - 4
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: {

BIN
templates/rust/icons/128x128.png


BIN
templates/rust/icons/128x128@2x.png


BIN
templates/rust/icons/32x32.png


BIN
templates/rust/icons/Square107x107Logo.png


BIN
templates/rust/icons/Square142x142Logo.png


BIN
templates/rust/icons/Square150x150Logo.png


BIN
templates/rust/icons/Square284x284Logo.png


BIN
templates/rust/icons/Square30x30Logo.png


BIN
templates/rust/icons/Square310x310Logo.png


BIN
templates/rust/icons/Square44x44Logo.png


BIN
templates/rust/icons/Square71x71Logo.png


BIN
templates/rust/icons/Square89x89Logo.png


BIN
templates/rust/icons/StoreLogo.png


BIN
templates/rust/icons/icon.icns


BIN
templates/rust/icons/icon.ico


BIN
templates/rust/icons/icon.png