Skip to content

Commit

Permalink
updated version for testing auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitesh Tiwari authored and Nitesh Tiwari committed Jun 29, 2021
1 parent c17befb commit 9c5f5f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HelloWorld",
"version": "0.1.0",
"version": "0.1.2",
"private": true,
"main": ".electron/index.js",
"scripts": {
Expand All @@ -26,11 +26,12 @@
"icons:android": "react-native set-icon --path ./build/icon.png",
"icons:ios": "react-native set-icon --path ./build/icon.png",
"package:mac": "npm run mac:build && electron-builder --publish=always",
"release": "electron-builder --mac --windows --linux --publish always"
"release": "electron-builder --mac --windows --linux --publish always --config ./electron-builder.js "
},
"publish": [
{
"provider": "github",
"token": "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",
"owner": "AgoraIO-Community",
"repo": "app-builder-core"
}
Expand Down

0 comments on commit 9c5f5f8

Please sign in to comment.