Skip to content

Commit

Permalink
3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennnM committed Oct 24, 2023
1 parent d20b7e8 commit a528515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/FlashClient.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"Checking for Ninja Kiwi Archive..."
if ($IsWindows -or $ENV:OS) {
$cache = $env:APPDATA + '\Ninja Kiwi Archive\Cache'
$zippath = 'https://github.com/GlennnM/NKFlashServers/releases/download/v3.3/cache_windows.zip'
$zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.4/cache_windows.zip'
$filename = 'cache_windows.zip'
$FULL_SIZE = 44852544
$FULL_SIZE = 44621892
} else {
$cache = $HOME + '/Library/Application Support/Ninja Kiwi Archive/Cache'
$zippath = 'https://github.com/GlennnM/NKFlashServers/releases/download/v3.3/cache_osx.zip'
$zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.4/cache_osx.zip'
$filename = 'cache_osx.zip'
$FULL_SIZE = 44669223
$FULL_SIZE = 44595449
}
[int]$FULL_MB = $FULL_SIZE / 0.1MB
$FULL_MB_FLOAT = $FULL_MB / 10
Expand Down Expand Up @@ -36,7 +36,7 @@ if (Test-Path -Path $cache) {
"Archive cache cleared!"
try {
"Checking version..."
$N.DownloadFile('https://github.com/GlennnM/NKFlashServers/raw/main/v3.3.txt',$cache + '/test.txt')
$N.DownloadFile('https://github.com/GlennnM/FlashPrivateServer/raw/main/v3.4.txt',$cache + '/test.txt')
Remove-Item $cache'/test.txt'
"Version check successful!"
} catch {
Expand Down
File renamed without changes.

0 comments on commit a528515

Please sign in to comment.