File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
script : " return process.env.RUNS_ON === 'macos-latest' ? '--target universal-apple-darwin' : ''"
41
41
result-encoding : string
42
+
43
+ - name : install aarch64-apple-darwin
44
+ run : ' rustup target add aarch64-apple-darwin'
42
45
43
46
- uses : tauri-apps/tauri-action@v0
44
47
env :
Original file line number Diff line number Diff line change 85
85
"csp" : null
86
86
},
87
87
"updater" : {
88
- "active" : false
88
+ "active" : true ,
89
+ "dialog" : true ,
90
+ "endpoints" : [
91
+ " https://gist.githubusercontent.com/kadiryazici/425d2ecc9cc2603c821f9742ec83529b/raw/"
92
+ ],
93
+ "pubkey" : " dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJFRTJCQzVBRDQ5NzQwQzUKUldURlFKZlVXcnppTHY2VjRlMzY2NHdJVUZicWVuN29xSVh2cGFwdHJFVndZS1R6NDdxdTJTR3gK"
89
94
},
90
95
"macOSPrivateApi" : true ,
91
96
"windows" : [
You can’t perform that action at this time.
0 commit comments