Skip to content

Commit

Permalink
Merge pull request #238 from nyutie/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin authored May 7, 2024
2 parents 82cd11e + 35adba3 commit 7404e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ GOTO DEFAULT_SECTION

:: --- Install ---
:INSTALL_SECTION
install.py -c %CHOSEN_COLORTHEME% %CHOSEN_NO_ROUNDED_CORNERS% %CHOSEN_HIDE_WHATS_NEW% %CHOSEN_SIDEBAR_HOVER_ONLY% %CHOSEN_LOGIN_QR% %WINDOW_CONTROLS%
python install.py -c %CHOSEN_COLORTHEME% %CHOSEN_NO_ROUNDED_CORNERS% %CHOSEN_HIDE_WHATS_NEW% %CHOSEN_SIDEBAR_HOVER_ONLY% %CHOSEN_LOGIN_QR% %WINDOW_CONTROLS%
GOTO END_SECTION

:: --- Uninstall ---
:UNINSTALL_SECTION
install.py -u
python install.py -u
GOTO END_SECTION

:: --- End ---
Expand Down

0 comments on commit 7404e83

Please sign in to comment.