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