Skip to content

Commit

Permalink
Fixed encoding of startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Brov3r committed Aug 16, 2024
1 parent fc64f74 commit 1ec7ef9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/AvrixLauncher-Client-NoSteam.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
chcp 65001 > nul
setlocal enabledelayedexpansion
cd /d "%~dp0"

Expand Down
1 change: 1 addition & 0 deletions scripts/AvrixLauncher-Client.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
chcp 65001 > nul
setlocal enabledelayedexpansion
cd /d "%~dp0"

Expand Down
1 change: 1 addition & 0 deletions scripts/AvrixLauncher-Server-ClientVersion.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
chcp 65001 > nul
setlocal enabledelayedexpansion
cd /d "%~dp0"

Expand Down
1 change: 1 addition & 0 deletions scripts/AvrixLauncher-Server-Dedicated-NoSteam.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
chcp 65001 > nul
setlocal enabledelayedexpansion
cd /d "%~dp0"

Expand Down
1 change: 1 addition & 0 deletions scripts/AvrixLauncher-Server-Dedicated-Steam.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
chcp 65001 > nul
setlocal enabledelayedexpansion
cd /d "%~dp0"

Expand Down
1 change: 1 addition & 0 deletions scripts/AvrixLauncher-Server-Dedicated.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
chcp 65001 > nul
setlocal enabledelayedexpansion
cd /d "%~dp0"

Expand Down
1 change: 1 addition & 0 deletions scripts/AvrixLauncher-Server-Dedicated.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
chcp 65001 > /dev/null
set -e

echo ======================= Avrix Launcher =======================
Expand Down

0 comments on commit 1ec7ef9

Please sign in to comment.