Skip to content

Commit

Permalink
Github Actions: Try to fix compilation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Dec 18, 2023
1 parent 8b333d6 commit 1ba5fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build-installer_win32.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (-Not(Test-Path "target/rcedit.exe" -PathType Leaf)) {
}

# Find the current version
$VERSION = "$( sbt "print version" --error )".Trim()
$VERSION = "$( sbt "print version" --error )".Trim().Replace(" ", "")
$FILE_VERSION = "$VERSION".Split("-")[0]
$FILE_VERSION = "$FILE_VERSION.$( git rev-list HEAD --count )"
$INSTALLER_NAME = "MPPatch-Installer_win32_$VERSION.exe"
Expand Down

0 comments on commit 1ba5fbf

Please sign in to comment.