Skip to content

Commit dbaca48

Browse files
authored
Merge main (#39)
* Fix workflow * Add updater options
1 parent 71895e6 commit dbaca48

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
with:
4040
script: "return process.env.RUNS_ON === 'macos-latest' ? '--target universal-apple-darwin' : ''"
4141
result-encoding: string
42+
43+
- name: install aarch64-apple-darwin
44+
run: 'rustup target add aarch64-apple-darwin'
4245

4346
- uses: tauri-apps/tauri-action@v0
4447
env:

src-tauri/tauri.conf.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@
8585
"csp": null
8686
},
8787
"updater": {
88-
"active": false
88+
"active": true,
89+
"dialog": true,
90+
"endpoints": [
91+
"https://gist.githubusercontent.com/kadiryazici/425d2ecc9cc2603c821f9742ec83529b/raw/"
92+
],
93+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJFRTJCQzVBRDQ5NzQwQzUKUldURlFKZlVXcnppTHY2VjRlMzY2NHdJVUZicWVuN29xSVh2cGFwdHJFVndZS1R6NDdxdTJTR3gK"
8994
},
9095
"macOSPrivateApi": true,
9196
"windows": [

0 commit comments

Comments
 (0)