Skip to content

Commit

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

0 comments on commit 5bf1e3b

Please sign in to comment.