Skip to content

Commit

Permalink
change version numbers for v3.2
Browse files Browse the repository at this point in the history
Former-commit-id: a017a79
  • Loading branch information
GlennnM committed Dec 1, 2022
1 parent 0ed59f7 commit ce37dca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 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.1/cache_windows.zip'
$zippath = 'https://github.com/GlennnM/NKFlashServers/releases/download/v3.2/cache_windows.zip'
$filename = 'cache_windows.zip'
$FULL_SIZE = 44854111
$FULL_SIZE = 45006048
} else {
$cache = $HOME + '/Library/Application Support/Ninja Kiwi Archive/Cache'
$zippath = 'https://github.com/GlennnM/NKFlashServers/releases/download/v3.1/cache_osx.zip'
$zippath = 'https://github.com/GlennnM/NKFlashServers/releases/download/v3.2/cache_osx.zip'
$filename = 'cache_osx.zip'
$FULL_SIZE = 44826877
$FULL_SIZE = 44825979
}
[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.1.txt',$cache + '/test.txt')
$N.DownloadFile('https://github.com/GlennnM/NKFlashServers/raw/main/v3.2.txt',$cache + '/test.txt')
Remove-Item $cache'/test.txt'
"Version check successful!"
} catch {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When playing on these servers, some quality of life/easter egg features are adde
<h1>
HOW TO PLAY<br></h1>
1. Ensure you have Ninja Kiwi Archive installed(from ninja kiwi website or Steam)<br>
2. Download FlashClient.ps1 from this page<a href = https://github.com/GlennnM/NKFlashServers/releases/tag/v3.0>(click)</a><br>
2. Download FlashClient.ps1 from this page<a href = https://github.com/GlennnM/NKFlashServers/releases/tag/v3.2>(click)</a><br>
3. Open the folder you downloaded it to, close all NK Archive windows(INCLUDING THE LAUNCHER), then run the script.<br>
There are different methods of running the PowerShell script. The methods are as follows:<br>

Expand Down
File renamed without changes.

0 comments on commit ce37dca

Please sign in to comment.