Skip to content

Commit

Permalink
Fixed Windows builder
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercordero committed Sep 26, 2016
1 parent fb68958 commit 5ccfcb3
Show file tree
Hide file tree
Showing 6 changed files with 2,162 additions and 3 deletions.
2,157 changes: 2,157 additions & 0 deletions build/icon.hqx

Large diffs are not rendered by default.

Binary file modified build/icon.icns
100755 → 100644
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
Binary file modified build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/installerHeaderIcon.ico
Binary file not shown.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage":"http://imaginary.tech/teleprompter/",
"description": "The most complete and professional free software teleprompter app on the web.",
"license": "GPL-3.0+",
"version": "2.0.0-33",
"version": "2.0.0",
"keywords": [
"teleprompter", "imaginary", "television", "online", "portable", "local"
],
Expand Down Expand Up @@ -34,6 +34,7 @@
"dist": "npm run dist:osx && npm run dist:linux && npm run dist:win32 && npm run dist:win64",
"dist:osx": "build --platform darwin",
"dist:linux": "build --platform linux",
"dist:win": "npm run dist:win64 && npm run dist:win32",
"dist:win32": "build --platform win32 --arch ia32",
"dist:win64": "build --platform win32 --arch x64",
"pack": "build --dir"
Expand All @@ -46,10 +47,11 @@
"asar": "true",
"productName": "Teleprompter by Imaginary Films",
"win": {
"iconUrl": "(windows-only) https link to icon"
"icon": "build/icon.ico"
},
"mac": {
"appId": "tech.imaginary.Teleprompter"
"appId": "tech.imaginary.Teleprompter",
"icon": "build/icon.icns"
},
"linux": {
"target": [ "AppImage", "deb", "rpm", "apk", "tar.gz" ],
Expand Down

0 comments on commit 5ccfcb3

Please sign in to comment.