We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca30b11 + 2553348 commit 5b2b031Copy full SHA for 5b2b031
1 file changed
.github/workflows/main.yml
@@ -87,6 +87,7 @@ jobs:
87
- name: Build Windows Package
88
run: |
89
sed -i "/packager:/a \ \ platform: 'win32'" quasar.config.js
90
+ sudo apt update
91
sudo apt install -y wine64
92
quasar build -m electron
93
cd dist/electron/Packaged
0 commit comments