You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,24 @@ If you can't use GitHub, you can use other providers:
35
35
36
36
npm install
37
37
38
-
4. Generate a GitHub access token by going to <https://github.com/settings/tokens/new>. The access token should have the `repo` scope/permission. Once you have the token, assign it to an environment variable
39
-
(on macOS/linux): export GH_TOKEN="<YOUR_TOKEN_HERE>"
40
-
(on Windows, run in powershell): [Environment]::SetEnvironmentVariable("GH_TOKEN","<YOUR_TOKEN_HERE>","User")
41
-
make sure to restart IDE/Terminal to inherit latest env variable.
38
+
4. Generate a GitHub access token by going to <https://github.com/settings/tokens/new>. The access token should have the `repo` scope/permission. Once you have the token, assign it to an environment variable
make sure to restart IDE/Terminal to inherit latest env variable.
42
49
43
50
5. Publish with the `publish.sh` script:
44
51
45
52
./publish.sh
46
-
In case of Windows, directly run the command: node_modules/.bin/build --win -p always
47
-
6. Release the release on GitHub by going to <https://github.com/iffy/electron-updater-example/releases>, editing the release and clicking "Publish release."
53
+
In case of Windows, directly run the command: node_modules/.bin/build --win -p always
54
+
55
+
6. Release the release on GitHub by going to <https://github.com/iffy/electron-updater-example/releases>, editing the release and clicking "Publish release."
48
56
49
57
7. Download and install the app from <https://github.com/iffy/electron-updater-example/releases>.
0 commit comments