feat(icons): add correct icons to template (#59)
BIN
app-icon.png
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 208 KiB |
@ -1,12 +1,11 @@
|
|||||||
const
|
const path = require('path')
|
||||||
path = require('path'),
|
const distDir = path.resolve(__dirname, './dist')
|
||||||
distDir = path.resolve(__dirname, './dist')
|
|
||||||
|
|
||||||
module.exports = function () {
|
module.exports = function () {
|
||||||
return {
|
return {
|
||||||
build: {
|
build: {
|
||||||
distDir: distDir,
|
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: {},
|
ctx: {},
|
||||||
tauri: {
|
tauri: {
|
||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
templates/rust/icons/Square107x107Logo.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
templates/rust/icons/Square142x142Logo.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
templates/rust/icons/Square150x150Logo.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
templates/rust/icons/Square284x284Logo.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
templates/rust/icons/Square30x30Logo.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/rust/icons/Square310x310Logo.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
templates/rust/icons/Square44x44Logo.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
templates/rust/icons/Square71x71Logo.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
templates/rust/icons/Square89x89Logo.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
templates/rust/icons/StoreLogo.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 57 KiB |
BIN
templates/rust/icons/icon.png
Normal file
After Width: | Height: | Size: 76 KiB |