Skip to content

Commit bab49af

Browse files
committed
asdasd
1 parent 5c3d832 commit bab49af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"WINEARCH": "win32",
88
"WINEPREFIX": "/root/.wine"
99
},
10-
"onCreateCommand": "apt install g++ g++-multilib unzip cmake wine32"
10+
"onCreateCommand": "apt update && apt install g++ g++-multilib unzip cmake wine32",
11+
"postCreateCommand": "wineboot"
1112
}

0 commit comments

Comments
 (0)