mirror of https://github.com/laurent22/joplin.git
Tools: Fixed desktop build
parent
2a63ecef2a
commit
204365b2ae
|
@ -46,6 +46,7 @@ Server/dist/
|
|||
Server/bin/
|
||||
Server/node_modules/
|
||||
ElectronClient/app/packageInfo.js
|
||||
ReactNativeClient/pluginAssets/
|
||||
|
||||
# Ignore files generated from TypeScript files
|
||||
ElectronClient/app/gui/ShareNoteDialog.js
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"pack": "node_modules/.bin/electron-builder --dir",
|
||||
"dist": "node_modules/.bin/electron-builder",
|
||||
"publish": "build -p always",
|
||||
"postinstall": "node compile.js && node compile-package-info.js && node ../../Tools/copycss.js --copy-fonts && node electronRebuild.js",
|
||||
"compile": "node compile.js && node compile-package-info.js && node ../../Tools/copycss.js --copy-fonts",
|
||||
"postinstall": "node compile.js && node compile-package-info.js && node electronRebuild.js",
|
||||
"compile": "node compile.js && node compile-package-info.js",
|
||||
"install-141": "npm install --toolset=v141"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue