Skip to content

Commit c822e0f

Browse files
committed
feat: Amélioration du build avec toutes les ressources en un seul fichier asar
1 parent d5a5bc7 commit c822e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.\node_modules\.bin\electron-packager . "GoogleTasksDesktop" --platform=win32 --arch=x64 --version=1.4.1 --out=./build --overwrite --icon=./src/images/shortcut.ico --win32metadata.ProductName="GoogleTasks Desktop" --win32metadata.CompanyName="Wixiweb" --app-copyright="Wixiweb"
1+
.\node_modules\.bin\electron-packager . "GoogleTasksDesktop" --platform=win32 --arch=x64 --version=1.4.1 --out=./build --overwrite --icon=./src/images/shortcut.ico --win32metadata.ProductName="GoogleTasks Desktop" --win32metadata.CompanyName="Wixiweb" --app-copyright="Wixiweb" --asar

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "googletasks-desktop",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A desktop app for Google Tasks, using Electron like container",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)