Skip to content

Commit

Permalink
87gfhmgtcw
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidasx committed Sep 11, 2024
1 parent b7e5ae1 commit 5fd95ea
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.17
3.3.18
2 changes: 1 addition & 1 deletion pusher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main(int argc,char** argv){
system("taskkill /f /im wordle.exe");
system("cls");
system("msbuild ..\\wordle\\wordle.vcxproj -p:Configuration=Release");
system("copy ..\\wordle\\x64\\Release\\wordle.exe ..\\wordle\\wordle.exe /Y");
system("copy ..\\wordle\\Release\\wordle.exe ..\\wordle\\wordle.exe /Y");
ifstream ain("assets.txt");
string file,uver;
map<string,string> assets;
Expand Down
Binary file modified pusher.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion wordle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include<windows.h>
#include<graphics.h>
using namespace std;
string ver="3.3.17";
string ver="3.3.18";
string date="20240911";
string config="\\wordle.conf";
vector<string> keyboard={ "Q W E R T Y U I O P",
Expand Down
Binary file modified wordle.exe
Binary file not shown.

0 comments on commit 5fd95ea

Please sign in to comment.