Skip to content

Commit a0d20f3

Browse files
committed
wget
1 parent d6854c4 commit a0d20f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"WINEARCH": "win32",
88
"WINEPREFIX": "/root/.wine"
99
},
10-
"onCreateCommand": "dpkg --add-architecture i386 && apt update && apt install -y g++ clang g++-multilib unzip cmake wine32",
10+
"onCreateCommand": "dpkg --add-architecture i386 && apt update && apt install -y wget g++ clang g++-multilib unzip cmake wine32",
1111
"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"
1212
}

0 commit comments

Comments
 (0)