mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
feat: Windows console window (#860)
* Add console option for windows * add changelog entry * chnagelog * update changelog * Daran solls nicht fehlen * nsis: Install vcredist * Disable vc_redist detection
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -106,7 +106,7 @@
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/build/bin/hyperiond -d",
|
||||
"windows": {
|
||||
"command": "${workspaceFolder}/build/bin/Debug/hyperiond"
|
||||
"command": "${workspaceFolder}/build/bin/Debug/hyperiond -d -c"
|
||||
},
|
||||
"group": "build"
|
||||
},
|
||||
@@ -115,7 +115,7 @@
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/build/bin/hyperiond -d",
|
||||
"windows": {
|
||||
"command": "${workspaceFolder}/build/bin/Release/hyperiond"
|
||||
"command": "${workspaceFolder}/build/bin/Release/hyperiond -d -c"
|
||||
},
|
||||
"group": "build"
|
||||
}
|
||||
|
Reference in New Issue
Block a user