File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mercury" ,
3
3
"productName" : " Mercury" ,
4
- "version" : " 0.11.6 " ,
4
+ "version" : " 0.13.2 " ,
5
5
"description" : " Mercury allow you to control your budget and plan your finance" ,
6
6
"main" : " app.js" ,
7
7
"scripts" : {
8
8
"start" : " electron app.js" ,
9
9
"test" : " echo \" ERROR : no test plugin set\" " ,
10
10
"package-mac" : " electron-packager . --overwrite --platform=darwin --arch=x64 --icon=\" icons/mac/app.icns\" --prune=true --out=../release-builds" ,
11
- "package-win" : " electron-packager . --overwrite --asar=false --platform=win32 --arch=x64 --icon=\" ./icons/win/app.ico\" --prune=true --out=release-builds --version-string.CompanyName=MercuryCE --version-string.FileDescription=MercuryCE --version-string.ProductName=\" Mercury\" " ,
12
- "package-lin" : " electron-packager . --overwrite --platform=linux --arch=x64 --icon=\" assets/ icons/png/1024x1024 .png\" --prune=true --out=release-builds"
11
+ "package-win" : " electron-packager . --overwrite --asar=false --platform=win32 --arch=x64 --icon=\" ./icons/win/app.ico\" --prune=true --out=../ release-builds --version-string.CompanyName=MercuryCE --version-string.FileDescription=MercuryCE --version-string.ProductName=\" Mercury\" " ,
12
+ "package-lin" : " electron-packager . --overwrite --platform=linux --arch=x64 --icon=\" icons/png/512x512 .png\" --prune=true --out=../ release-builds"
13
13
},
14
14
"keywords" : [
15
15
" budget" ,
You can’t perform that action at this time.
0 commit comments