Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetro48 committed Jan 30, 2024
1 parent c02d9ae commit de6da6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sed -i 's/Comment=The unquestionably awesome 2D game engine/Comment=The Open Source Arcade Block Stacker!/g' squashfs-root/love.desktop
sed -i 's/#FUSE_PATH="$APPDIR\/my_game"/FUSE_PATH="$APPDIR\/bin\/cambridge"/g' squashfs-root/AppRun
mv squashfs-root/love.desktop squashfs-root/cambridge.desktop
cat squashfs-root/bin/love cambridge.love > squashfs-root/bin/cambridge
cat squashfs-root/bin/love ../../cambridge.love > squashfs-root/bin/cambridge
chmod +x squashfs-root/bin/cambridge
cp res/img/cambridge_icon.png squashfs-root/
mkdir squashfs-root/bin/libs
Expand All @@ -54,7 +54,7 @@ jobs:
sed -i 's/Comment=The unquestionably awesome 2D game engine/Comment=The Open Source Arcade Block Stacker!/g' squashfs-root/love.desktop
sed -i 's/#FUSE_PATH="$APPDIR\/my_game"/FUSE_PATH="$APPDIR\/bin\/cambridge"/g' squashfs-root/AppRun
mv squashfs-root/love.desktop squashfs-root/cambridge.desktop
cat squashfs-root/bin/love cambridge.love > squashfs-root/bin/cambridge
cat squashfs-root/bin/love ../../cambridge.love > squashfs-root/bin/cambridge
chmod +x squashfs-root/bin/cambridge
cp res/img/cambridge_icon.png squashfs-root/
mkdir squashfs-root/bin/libs
Expand Down

0 comments on commit de6da6a

Please sign in to comment.