mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix wine not being installed properly
I have no idea why it wasn't working before.
This commit is contained in:
parent
d584ae0839
commit
e22d4c43c1
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup WINE, rcedit and NSIS 🍷
|
- name: Setup WINE, rcedit and NSIS 🍷
|
||||||
run: |
|
run: |
|
||||||
dpkg --add-architecture i386 && apt-get update && apt-get install -y wine-stable wine32 nsis
|
dpkg --add-architecture i386 && apt-get update && apt-get install -y wine-stable && apt-get install -y wine32 && apt-get install -y nsis
|
||||||
chown root:root -R ~
|
chown root:root -R ~
|
||||||
wget https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe
|
wget https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe
|
||||||
mkdir -v -p ~/.local/share/rcedit
|
mkdir -v -p ~/.local/share/rcedit
|
||||||
|
|
Loading…
Reference in a new issue