We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b2ec7 commit d6854c4Copy full SHA for d6854c4
.devcontainer/devcontainer.json
@@ -8,5 +8,5 @@
8
"WINEPREFIX": "/root/.wine"
9
},
10
"onCreateCommand": "dpkg --add-architecture i386 && apt update && apt install -y 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",
+ "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