Skip to content

Commit

Permalink
3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennnM committed Dec 21, 2023
1 parent 88188f2 commit 7fb0169
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/FlashPrivateServer/releases/download/v3.5/cache_windows.zip'
$zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.6/cache_windows.zip'
$filename = 'cache_windows.zip'
$FULL_SIZE = 45228696
$FULL_SIZE = 45223686
} else {
$cache = $HOME + '/Library/Application Support/Ninja Kiwi Archive/Cache'
$zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.5/cache_osx.zip'
$zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.6/cache_osx.zip'
$filename = 'cache_osx.zip'
$FULL_SIZE = 45045483
$FULL_SIZE = 45040574
}
[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/FlashPrivateServer/raw/main/v3.5.txt',$cache + '/test.txt')
$N.DownloadFile('https://github.com/GlennnM/FlashPrivateServer/raw/main/v3.6.txt',$cache + '/test.txt')
Remove-Item $cache'/test.txt'
"Version check successful!"
} catch {
Expand Down
File renamed without changes.

0 comments on commit 7fb0169

Please sign in to comment.