-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated build config to make use of a base file that doesn't build …
…anything. - This fixes the issue of unwanted extra build targets that were introduced with the electron-builder update
- Loading branch information
1 parent
207a61d
commit fa9ab22
Showing
10 changed files
with
52 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
appId: com.rickvanlieshout.tidal-hifi | ||
electronVersion: 19.0.5 | ||
electronDownload: | ||
version: 19.0.5+wvcus | ||
mirror: https://github.com/castlabs/electron-releases/releases/download/v | ||
snap: | ||
plugs: | ||
- default | ||
- screen-inhibit-control | ||
linux: | ||
category: Audio | ||
target: | ||
- dir | ||
executableName: tidal-hifi | ||
desktop: | ||
Encoding: UTF-8 | ||
Name: tidal-hifi | ||
GenericName: tidal-hifi | ||
Comment: The web version of listen.tidal.com running in electron with hifi support thanks to widevine. | ||
Icon: assets/icon.png | ||
StartupNotify: true | ||
Terminal: false | ||
Type: Application | ||
Categories: Network;Application;AudioVideo;Audio;Video | ||
StartupWMClass: tidal-hifi | ||
X-PulseAudio-Properties: media.role=music | ||
mac: | ||
category: public.app-category.entertainment | ||
win: | ||
icon: build/icon.png | ||
artifactName: "tidalhifi" | ||
appId: com.rickvanlieshout.tidalhifi | ||
executableName: tidalhifi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
extends: ./build/electron-builder.yml | ||
extends: ./build/electron-builder.base.yml | ||
linux: | ||
category: Audio | ||
icon: ./assets/TIDAL.icns | ||
target: | ||
- rpm | ||
category: Audio | ||
icon: ./assets/TIDAL.icns | ||
target: | ||
- rpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
extends: ./build/electron-builder.yml | ||
extends: ./build/electron-builder.base.yml | ||
linux: | ||
target: | ||
- dir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters