Skip to content

Commit 118d316

Browse files
datlechinCopilot
andauthored
Update build-release.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ngô Quốc Đạt <datlechin@gmail.com>
1 parent 7283b80 commit 118d316

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ build_for_arch() {
5757

5858
# Copy and rename app
5959
OUTPUT_NAME="TablePro-${arch}.app"
60+
if [ ! -d "$APP_PATH" ]; then
61+
echo "❌ Error: Built app not found at expected path: $APP_PATH"
62+
exit 1
63+
fi
6064
cp -R "$APP_PATH" "$BUILD_DIR/$OUTPUT_NAME"
6165

6266
# Get size

0 commit comments

Comments
 (0)