Skip to content

Commit ff7c00d

Browse files
committed
fix build issue
1 parent 33e826b commit ff7c00d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
[**Linux**](https://nightly.link/WebMCDevelopment/WebMCDesktop/workflows/build/main/app-linux.zip)
88

9-
[**FlatPak**](https://nightly.link/WebMCDevelopment/WebMCDesktop/workflows/build/main/app-flatpak.zip)
9+
[**Flatpak**](https://nightly.link/WebMCDevelopment/WebMCDesktop/workflows/build/main/app-flatpak.zip)

flatpak.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
set -e
33

44
if ! [ -d "dist/linux-unpacked" ]; then
5-
echo "App not found, please build first."
6-
exit 1
5+
# echo "App not found, please build first."
6+
# exit 1
7+
./build.sh --linux --x64
78
fi
89

910
if ! command -v flatpak &> /dev/null; then

0 commit comments

Comments
 (0)