Skip to content

Commit

Permalink
Merge pull request #38 from cboard-org/electron-ms-store
Browse files Browse the repository at this point in the history
Electron ms store
  • Loading branch information
martinbedouret authored Nov 13, 2022
2 parents 6b46b9f + 8bc2c9d commit 62d8853
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ jobs:
Copy-Item ./platforms/electron/build/*.exe ./tmp/exe
- store_artifacts:
path: ./tmp/exe


workflows:
version: 2.1
Expand Down
7 changes: 6 additions & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"package": [
"portable",
"nsis"
]}
],
"signing": {
"release": {
"certificateFile": "win-cert.pfx"
}
}}
}
}
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.unicef.cboard" version="1.24.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cboard</name>
<name>AAC Cboard</name>
<description>
AAC communication board with text-to-speech.
</description>
<author email="[email protected]">Cboard team</author>
<author email="[email protected]">Cboard AAC</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"cordova-browser": "^6.0.0",
"cordova-plugin-facebook-connect": "3.2.0",
"electron-devtools-installer": "^3.1.1",
"electron-devtools-installer": "^3.2.0",
"properties-parser": "0.3.1"
},
"devDependencies": {
Expand All @@ -21,7 +21,7 @@
"cordova-android": "^10.1.1",
"cordova-clipboard": "^1.3.0",
"cordova-electron": "^3.0.0",
"cordova-plugin-android-permissions": "^1.0.2",
"cordova-plugin-android-permissions": "^1.1.3",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-file": "^6.0.2",
Expand Down Expand Up @@ -79,5 +79,14 @@
"android",
"electron"
]
},
"build": {
"appx": {
"identityName": "1817CboardAAC.AACCboard",
"applicationId": "cboard",
"publisher": "CN=4DBE72C9-499D-461E-AB05-588AF3AC6AFC",
"publisherDisplayName": "Cboard AAC",
"displayName": "AAC Cboard"
}
}
}
Binary file added win-cert.pfx
Binary file not shown.

0 comments on commit 62d8853

Please sign in to comment.