Skip to content

Commit

Permalink
Move debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Dec 19, 2023
1 parent 25b24af commit ad8358e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/ci/build-installer_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,3 @@ cd target/dist-build/linux || exit 1
LDAI_COMP=xz ../../linuxdeploy --appdir AppDir/ --output appimage || exit 1
cd ../../.. || exit 1
cp -v target/dist-build/linux/MPPatch_Installer-x86_64.AppImage target/"$APPIMAGE_NAME" || exit 1

# Debug
ls target
7 changes: 6 additions & 1 deletion scripts/ci/build-installer_win32.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,9 @@ target/rcedit.exe "target/mppatch-installer-stub.exe" `
--set-version-string "OriginalFilename" "$INSTALLER_NAME" `
--set-icon "scripts/res/mppatch-installer.ico" `
--application-manifest "scripts/res/win32-manifest.xml"
cmd /c copy /b "target\mppatch-installer-stub.exe" + "target\mppatch-installer-data.dat" "target\$INSTALLER_NAME"
echo cmd /c copy /b "target\mppatch-installer-stub.exe" + "target\mppatch-installer-data.dat" "target\$INSTALLER_NAME"
cmd /c copy /b "target\mppatch-installer-stub.exe" "+" "target\mppatch-installer-data.dat" "target\$INSTALLER_NAME"

# Debug
ls Env:
ls target

0 comments on commit ad8358e

Please sign in to comment.