We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca30b11 commit 2553348Copy full SHA for 2553348
.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