Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtvberg committed Nov 11, 2023
1 parent 3eebde1 commit 8d340fb
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 82 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
Bookmarks and settings from older versions of StreamDock will not show up properly in 2.0.0+
:rotating_light:**Note: If you are currently using StreamDock 1.x.x or older, I highly recommend you use the Clear Data function in the advanced section in the settings!**:rotating_light:

The current release works on macOS (signed, notarized and tested on Monterey and Ventura), Windows 10/11 (self-signed) and Linux (tested on Mint).
The current release works on macOS (signed, notarized and tested on Ventura and Sonoma), Windows 10/11 (self-signed) and Linux (tested on Mint).
Version 2.0.1 is the first release that includes a macOS distribution for Apple silicon. This was a miss on my part as the application will run much slower given the JS will be interpreted twice via Rosetta. Be sure to use the arm64 dmg if you have an M1/M2.

The auto-update should prompt you as new releases come out and then, post download, prompt you to install/restart. Sometimes, it won't do the restart. If you wait a minute and exit the app completely, it should automatically restart the new version.

Expand Down
170 changes: 91 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "electron .",
"debug": "electron --inspect=7171 .",
"break": "electron --inspect-brk=7171 .",
"buildMac": "electron-builder -m",
"buildMac": "electron-builder -m --x64 --arm64",
"buildWin": "electron-builder -w",
"buildLinux": "electron-builder -l"
},
Expand All @@ -28,7 +28,7 @@
"license": "MIT",
"devDependencies": {
"@electron/notarize": "^2.1.0",
"electron": "github:castlabs/electron-releases#v26.2.2+wvcus",
"electron": "github:castlabs/electron-releases#v27.0.4+wvcus",
"electron-builder": "^24.6.4",
"electron-reloader": "^1.2.3"
},
Expand Down

0 comments on commit 8d340fb

Please sign in to comment.