Skip to content

Commit

Permalink
adding back linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Jul 26, 2021
1 parent cc271ae commit 7544874
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 275 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ GH_TOKEN=yourstringhere
```

- Bump the package.json version number
- Build windows and mac:
- Build windows, mac and linux:
```
yarn deploy
```
wait for it to finish
- Go to https://github.com/tnrich/ove-electron/releases
- Edit the most recently pushed release to publish it
- Keep the blockmap and latest.yml files as they are used by the auto-updater
- Keep all the files (the blockmap and latest.yml files as they are used by the auto-updater)
- Commit changes
- yarn generateChangelog

Expand Down
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ove-electron",
"version": "1.2.2",
"version": "1.2.4",
"description": "An open source vector/plasmid editor",
"main": "main.js",
"scripts": {
Expand All @@ -9,8 +9,7 @@
"build": "env-cmd electron-builder -wml --publish never",
"build-win": "env-cmd electron-builder --win --publish never",
"build-mac": "env-cmd electron-builder --mac --publish never",
"_deploy": "env-cmd electron-builder --mac --windows --linux --publish always",
"deploy": "env-cmd electron-builder --mac --windows --publish always",
"deploy": "env-cmd electron-builder --mac --windows --linux --publish always",
"deploy-win": "env-cmd electron-builder --win --publish always",
"deploy-mac": "env-cmd electron-builder --mac --publish always",
"deploy-linux": "env-cmd electron-builder --linux --publish always",
Expand Down Expand Up @@ -89,22 +88,22 @@
"author": "tnrich",
"license": "MIT",
"devDependencies": {
"auto-changelog": "^2.2.1",
"electron": "^12.0.4",
"electron-builder": "^22.10.5",
"auto-changelog": "^2.3.0",
"electron": "^13.1.7",
"electron-builder": "^22.11.7",
"electron-notarize": "^1.0.0",
"env-cmd": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-teselagen": "^5.0.7",
"eslint-config-teselagen": "^5.0.9",
"mocha": "^8.3.2",
"spectron": "^14.0.0"
},
"dependencies": {
"bio-parsers": "^8.3.13",
"electron-updater": "^4.3.8",
"bio-parsers": "^8.3.14",
"electron-updater": "^4.3.9",
"electron-window-state": "^5.0.3",
"open-vector-editor": "^16.3.0",
"ove-auto-annotate": "^0.0.3",
"open-vector-editor": "^16.3.5",
"ove-auto-annotate": "^0.0.5",
"querystring": "^0.2.1",
"ve-range-utils": "^2.5.9",
"ve-sequence-utils": "^5.1.1"
Expand Down
Loading

0 comments on commit 7544874

Please sign in to comment.