Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Commit c1ecb1a

Browse files
committed
Updated package.json tasks
1 parent aff88a3 commit c1ecb1a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
"start": "gulp",
1111
"initialSetup": "npm install && bower install && npm run rebuildSqliteForElectron",
1212
"rebuildSqliteForElectron": "electron-rebuild -f -w sqlite3",
13-
"packageosx": "cross-env NODE_ENV=production gulp packageosx",
13+
"packageosx": "cross-env NODE_ENV=production gulp packageosx && npm run createDMG",
1414
"packagewin64": "cross-env NODE_ENV=production gulp packagewin64",
15-
"packagelinux64": "cross-env NODE_ENV=production gulp packagelinux64"
15+
"packagelinux64": "cross-env NODE_ENV=production gulp packagelinux64",
16+
"createDMG": "appdmg InstallationMediaMetadata/node-appdmg.json packagesForPlatforms/MarkSearch-darwin-x64/MarkSearch.dmg"
1617
},
1718
"dependencies": {
1819
"axios": "^0.15.2",
@@ -61,6 +62,7 @@
6162
},
6263
"devDependencies": {
6364
"appdirectory": "^0.1.0",
65+
"appdmg": "^0.4.5",
6466
"babel-polyfill": "^6.5.0",
6567
"babel-preset-es2015": "^6.5.0",
6668
"babelify": "^7.3.0",

0 commit comments

Comments
 (0)