Skip to content

Commit c733348

Browse files
committed
Update project to version 4.3.304, see the changelog for more infos.
Signed-off-by: shadow2560 <24191064+shadow2560@users.noreply.github.com>
1 parent 354310a commit c733348

10 files changed

Lines changed: 27 additions & 5 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<h1>Changelog Ultimate Switch Hack Script</h1>
22
&nbsp;
3+
<h2>V4.3.304</h2>
4+
<ul>
5+
<li>Correction d'un bug lors de la mise à jour intégrale du script.</li>
6+
</ul>
37
<h2>V4.3.303</h2>
48
<ul>
59
<li>Correction d'un petit bug.</li>

changelog_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<h1>Changelog Ultimate Switch Hack Script</h1>
22
&nbsp;
3+
<h2>V4.3.304</h2>
4+
<ul>
5+
<li>Fix a bug when making a full update of the script.</li>
6+
</ul>
37
<h2>V4.3.303</h2>
48
<ul>
59
<li>Fix a small bug.</li>

languages/EN_us/doc/files/changelog.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<body>
4343
<h1>Changelog Ultimate Switch Hack Script</h1>
4444
&nbsp;
45+
<h2>V4.3.304</h2>
46+
<ul>
47+
<li>Fix a bug when making a full update of the script.</li>
48+
</ul>
4549
<h2>V4.3.303</h2>
4650
<ul>
4751
<li>Fix a small bug.</li>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
672
1+
673

languages/FR_fr/doc/files/changelog.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<body>
4343
<h1>Changelog Ultimate Switch Hack Script</h1>
4444
&nbsp;
45+
<h2>V4.3.304</h2>
46+
<ul>
47+
<li>Correction d'un bug lors de la mise à jour intégrale du script.</li>
48+
</ul>
4549
<h2>V4.3.303</h2>
4650
<ul>
4751
<li>Correction d'un petit bug.</li>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
672
1+
673

tools/Storage/about.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,24 @@ echo.
8181
cls
8282
call TOOLS\Storage\update_manager.bat "update_all" "force"
8383
@echo off
84+
start /i "" "%windir%\system32\cmd.exe" /c call "Ultimate-Switch-Hack-Script.bat"
85+
IF /i "%language_echo%"=="on" pause
8486
exit
8587
:full_update
8688
set action_choice=
8789
echo.
8890
del /s /q folder_version.txt >nul
8991
del /q Ultimate-Switch-Hack-Script.bat.version >nul
9092
move "tools\Storage\update_manager.bat.version" "templogs\update_manager.bat.version" >nul
93+
del /q tools\version.txt
94+
del /q tools\general_update_version.txt
9195
del /q tools\Storage\*.version >nul
9296
move "templogs\update_manager.bat.version" "tools\Storage\update_manager.bat.version" >nul
9397
cls
9498
call TOOLS\Storage\update_manager.bat "update_all" "force"
9599
@echo off
100+
start /i "" "%windir%\system32\cmd.exe" /c call "Ultimate-Switch-Hack-Script.bat"
101+
IF /i "%language_echo%"=="on" pause
96102
exit
97103
:donate
98104
set action_choice=

tools/Storage/about.bat.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.245
1+
4.3.304

tools/general_update_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
252
1+
253

tools/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.303
1+
4.3.304

0 commit comments

Comments
 (0)