Skip to content

Commit

Permalink
Update: Support for different drives move
Browse files Browse the repository at this point in the history
  • Loading branch information
MrcSnm committed Oct 21, 2024
1 parent 97ea8b4 commit 15ac548
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tools/hbuild/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"arsd-official:terminal": "~>11.5.0",
"arsd-official:cgi": "~>11.5.0",
"redub": "~>1.13.0",
"redub": "~>1.13.1",
"archive": "~>0.7.1",
"wasm-sourcemaps": {"repository": "git+https://github.com/MrcSnm/wasm-sourcemaps", "version": "69e6c80"}
},
Expand Down Expand Up @@ -39,10 +39,16 @@
"arsd-official:minigui": "~>11.5.0"
}
},
{
"name": "ci-win",
"dependencies": {
"arsd-official:minigui": "~>11.5.0"
},
"postBuildCommands-windows": ["move hbuild.exe win64-hbuild.exe"]
},
{
"name": "ci",
"dflags-ldc": ["-Oz"],
"postBuildCommands-windows": ["move hbuild.exe win64-hbuild.exe"],
"postBuildCommands-linux": ["mv hbuild linux64-hbuild && chmod +x linux64-hbuild"],
"postBuildCommands-osx": ["mv hbuild macos64-hbuild && chmod +x macos64-hbuild"]
}
Expand Down

0 comments on commit 15ac548

Please sign in to comment.