mirror of
https://github.com/zadam/trilium.git
synced 2024-12-28 19:04:02 +08:00
fix electron app icon
This commit is contained in:
parent
e174aec299
commit
6a671a5c02
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ function createMainWindow() {
|
|||
width: 1200,
|
||||
height: 900,
|
||||
title: 'Trilium Notes',
|
||||
icon: path.join(__dirname, 'public/images/app-icons/png/256x256.png')
|
||||
icon: path.join(__dirname, 'src/public/images/app-icons/png/256x256.png')
|
||||
});
|
||||
|
||||
const port = config['Network']['port'] || '3000';
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"start": "node ./bin/www",
|
||||
"test-electron": "xo",
|
||||
"rebuild-electron": "electron-rebuild",
|
||||
"start-electron": "electron src/electron",
|
||||
"start-electron": "electron .",
|
||||
"build-electron": "electron-packager . --out=dist --asar --overwrite --all",
|
||||
"start-forge": "electron-forge start",
|
||||
"package-forge": "electron-forge package",
|
||||
|
|
Loading…
Reference in a new issue