Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Purpursarkans committed Sep 5, 2021
1 parent 4aec6b8 commit e9dbf26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"stopAtEntry": false,
"cwd": "C:\\msys64\\mingw64\\bin",
"environment": [],
"externalConsole": false,
"externalConsole": true,
"MIMode": "gdb",
"miDebuggerPath": "C:\\msys64\\mingw64\\bin\\gdb.exe",
"setupCommands": [
Expand Down
3 changes: 2 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"-g",
"${file}",
"-o",
"${fileDirname}\\${fileBasenameNoExtension}.exe"
"${fileDirname}\\${fileBasenameNoExtension}.exe",
"-static",
],
"options": {
"cwd": "C:\\msys64\\mingw64\\bin"
Expand Down
Binary file modified Example.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Update.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void update(int argc, char *argv[], std::string sVersionUrl, int sVersionI, std:
int versionI = std::stoi(versionS);

rFile.close();
remove("version");
//remove("version");

if (versionI > sVersionI)
{
Expand Down

0 comments on commit e9dbf26

Please sign in to comment.