summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84bea8f..a456e1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
- build
"win32":
- image: fedora:35
+ image: fedora:34
stage: build
script:
- dnf install -y git autoconf automake mingw32-gcc python2 which pkgconfig
@@ -42,8 +42,8 @@ stages:
- make install
- cd ..
- mkdir AppDir
- - ls --recursive
- - cp -r $dir/run/share/games/freedroid/ AppDir/data
+ - ls --recursive ./freedroid/run
+ - cp -r ./freedroid/run/share/games/freedroidrpg/ AppDir/ # data
- cp ../../AppRun AppDir/AppRun
- ./squashfs-root/AppRun --appdir AppDir -i freedroid/pkgs/freedesktop/icons/hicolor/scalable/apps/freedroidRPG.svg -d freedroid/pkgs/freedesktop/freedroidrpg.desktop -e freedroid/run/bin/freedroid --output appimage
- mkdir public