File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5454 run : sudo apt-get update && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev
5555
5656 - name : Build Desktop App
57+ if : matrix.os == 'macos-latest'
58+ run : wails build -platform darwin/universal
59+
60+ - name : Build Desktop App
61+ if : matrix.os != 'macos-latest'
5762 run : wails build -tags webkit2_41
5863
5964 - name : Rename Artifacts (Unix)
6368 if [ "${{ matrix.os }}" = "macos-latest" ]; then
6469 # Wails builds ask-desktop.app on macOS
6570 cd build/bin
66- zip -r ../../release-artifacts/ask-desktop-darwin-amd64 .zip ask-desktop.app
71+ zip -r ../../release-artifacts/ask-desktop-macos-universal .zip ask-desktop.app
6772 else
6873 cp build/bin/ask-desktop release-artifacts/ask-desktop-linux-amd64
6974 fi
You can’t perform that action at this time.
0 commit comments