Skip to content

Commit

Permalink
Update project to version 4.3.304, see the changelog for more infos.
Browse files Browse the repository at this point in the history
Signed-off-by: shadow2560 <[email protected]>
  • Loading branch information
shadow2560 committed Jun 27, 2023
1 parent 354310a commit c733348
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<h1>Changelog Ultimate Switch Hack Script</h1>
&nbsp;
<h2>V4.3.304</h2>
<ul>
<li>Correction d'un bug lors de la mise à jour intégrale du script.</li>
</ul>
<h2>V4.3.303</h2>
<ul>
<li>Correction d'un petit bug.</li>
Expand Down
4 changes: 4 additions & 0 deletions changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<h1>Changelog Ultimate Switch Hack Script</h1>
&nbsp;
<h2>V4.3.304</h2>
<ul>
<li>Fix a bug when making a full update of the script.</li>
</ul>
<h2>V4.3.303</h2>
<ul>
<li>Fix a small bug.</li>
Expand Down
4 changes: 4 additions & 0 deletions languages/EN_us/doc/files/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<body>
<h1>Changelog Ultimate Switch Hack Script</h1>
&nbsp;
<h2>V4.3.304</h2>
<ul>
<li>Fix a bug when making a full update of the script.</li>
</ul>
<h2>V4.3.303</h2>
<ul>
<li>Fix a small bug.</li>
Expand Down
2 changes: 1 addition & 1 deletion languages/EN_us/doc/folder_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
672
673
4 changes: 4 additions & 0 deletions languages/FR_fr/doc/files/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<body>
<h1>Changelog Ultimate Switch Hack Script</h1>
&nbsp;
<h2>V4.3.304</h2>
<ul>
<li>Correction d'un bug lors de la mise à jour intégrale du script.</li>
</ul>
<h2>V4.3.303</h2>
<ul>
<li>Correction d'un petit bug.</li>
Expand Down
2 changes: 1 addition & 1 deletion languages/FR_fr/doc/folder_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
672
673
6 changes: 6 additions & 0 deletions tools/Storage/about.bat
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,24 @@ echo.
cls
call TOOLS\Storage\update_manager.bat "update_all" "force"
@echo off
start /i "" "%windir%\system32\cmd.exe" /c call "Ultimate-Switch-Hack-Script.bat"
IF /i "%language_echo%"=="on" pause
exit
:full_update
set action_choice=
echo.
del /s /q folder_version.txt >nul
del /q Ultimate-Switch-Hack-Script.bat.version >nul
move "tools\Storage\update_manager.bat.version" "templogs\update_manager.bat.version" >nul
del /q tools\version.txt
del /q tools\general_update_version.txt
del /q tools\Storage\*.version >nul
move "templogs\update_manager.bat.version" "tools\Storage\update_manager.bat.version" >nul
cls
call TOOLS\Storage\update_manager.bat "update_all" "force"
@echo off
start /i "" "%windir%\system32\cmd.exe" /c call "Ultimate-Switch-Hack-Script.bat"
IF /i "%language_echo%"=="on" pause
exit
:donate
set action_choice=
Expand Down
2 changes: 1 addition & 1 deletion tools/Storage/about.bat.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.245
4.3.304
2 changes: 1 addition & 1 deletion tools/general_update_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
252
253
2 changes: 1 addition & 1 deletion tools/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.303
4.3.304

0 comments on commit c733348

Please sign in to comment.