Removed -o option, seems to be breaking build
All checks were successful
Build / build (push) Successful in 1m0s

This commit is contained in:
Leon Mika 2025-09-07 09:59:54 +10:00
parent e94044af0f
commit a93dc05667

View file

@ -24,7 +24,7 @@ jobs:
- name: Build - name: Build
run: | run: |
npm install npm install
wails build -clean -platform darwin/arm64 -o Dequoter.app wails build -clean -platform darwin/arm64
- name: Bundle - name: Bundle
run: | run: |
cd build/bin/ cd build/bin/