Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 25, 2024
1 parent 1f30c32 commit 42a9542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Deploy/PostPublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mkdir -p "${BUILD_APP_BIN}/subdir"
touch "${BUILD_APP_BIN}/subdir/file.test"
set +x #echo off

ls "/tmp/KuiperZone.PupNet/titlehhhh.holyclient-linux-x64-Release-Deb/AppDir/opt/titlehhhh.holyclient/"
# ls "/tmp/KuiperZone.PupNet/titlehhhh.holyclient-linux-x64-Release-Deb/AppDir/opt/titlehhhh.holyclient/"

echo
echo "==========================="
Expand Down
4 changes: 2 additions & 2 deletions HolyClient.pupnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# Mandatory application base name. This MUST BE the base name of the main executable file. It should NOT
# include any directory part or extension, i.e. do not append '.exe' or '.dll'. It should not contain
# spaces or invalid filename characters.
AppBaseName = HolyClient
AppBaseName = HolyClient.Desktop

# Mandatory application friendly name.
AppFriendlyName = Minecraft Holy Client

# Mandatory application ID in reverse DNS form. This should stay constant for lifetime of the software.
AppId = titlehhhh.holyclient
AppId = titlehhhh.holyclient.desktop

# Mandatory application version and package release of form: 'VERSION[RELEASE]'. Use optional square
# brackets to denote package release, i.e. '1.2.3[1]'. Release refers to a change to the deployment
Expand Down

0 comments on commit 42a9542

Please sign in to comment.