Skip to content

Commit

Permalink
PowerShell has elseif written together just as a side note
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Mar 9, 2022
1 parent 182c182 commit b95572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildQMOD.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if ($package -eq $true -And $env:version.Contains('-Dev')) {
echo "Actions: Packaging QMod $qmodName"
# Compress-Archive -Path "./libs/arm64-v8a/lib$ModID.so", "./libs/arm64-v8a/libbeatsaber-hook_$BSHook.so", ".\Cover.jpg", ".\mod.json" -DestinationPath "./Temp$ModID.zip" -Update
# Move-Item "./Temp$ModID.zip" "./$ModID.qmod" -Force
} else if ($package -eq $true) {
} elseif ($package -eq $true) {
$qmodName = "$($env:module_id)"
echo "Actions: Packaging QMod $qmodName"
} else {
Expand Down

0 comments on commit b95572e

Please sign in to comment.