Compare commits
2 Commits
e5703c6679
...
51dfa68409
Author | SHA1 | Date |
---|---|---|
Martyn Ranyard | 51dfa68409 | |
Martyn Ranyard | bab1a7f24e |
|
@ -22,6 +22,6 @@ jobs:
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: Try building all the apps
|
- name: Try building all the apps
|
||||||
run: |
|
run: |
|
||||||
source "$HOME/.cargo/env"
|
bash -c 'source "$HOME/.cargo/env" ;\
|
||||||
bash buildall.sh
|
bash buildall.sh'
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": "all",
|
||||||
"identifier": "com.gmail-tauri.dev",
|
"identifier": "com.{{ .Data.shortName }}-tauri.dev",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|
Loading…
Reference in New Issue