We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6854c4 commit a0d20f3Copy full SHA for a0d20f3
.devcontainer/devcontainer.json
@@ -7,6 +7,6 @@
7
"WINEARCH": "win32",
8
"WINEPREFIX": "/root/.wine"
9
},
10
- "onCreateCommand": "dpkg --add-architecture i386 && apt update && apt install -y g++ clang g++-multilib unzip cmake wine32",
+ "onCreateCommand": "dpkg --add-architecture i386 && apt update && apt install -y wget g++ clang g++-multilib unzip cmake wine32",
11
"postCreateCommand": "wineboot && wget https://github.com/krystalgamer/spidey-decomp-vs/releases/download/v1.0/spidey-vs.zip && unzip spidey-vs.zip -d /root/.wine/drive_c/vs && ln -s /workspaces/spidey-decomp /root/.wine/drive_c/spidey-decomp"
12
}
0 commit comments