Skip to content

Commit

Permalink
Merge pull request #309 from ooni/fix/build-linux
Browse files Browse the repository at this point in the history
package.json: add packonly:linux subcommand
  • Loading branch information
bassosimone authored Sep 20, 2022
2 parents a1482a6 + 1df240b commit 27c7547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ yarn run start
## Update the translations

- Save the strings from the canonical spreadsheet into `data/lang-en.csv`
- Run `$ node scripts/update-translations.js`
- Run `node scripts/update-translations.js`
- Commit `data/lang-en.csv`, `lang/*.json` and `renderer/static/translations.js`
into git

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"pack": "yarn run build:clean && electron-builder --win --mac --linux",
"pack:win": "yarn run build:clean && electron-builder --win --x64",
"pack:mac": "yarn run build:clean && electron-builder --mac",
"packonly:linux": "electron-builder --linux",
"packonly:mac": "electron-builder --mac",
"packonly:win": "electron-builder --win --x64",
"pack:linux": "yarn run build:clean && electron-builder --linux",
Expand Down

0 comments on commit 27c7547

Please sign in to comment.