Skip to content

Commit

Permalink
fix desktop file and adapt package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Jan 19, 2024
1 parent 67dfde7 commit b8cdc53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Formula1.funkey-s.desktop
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Desktop Entry]
Type=Application
Name=Formula 1
Comment=Little, fake, F1 Game & Watch game
Exec=main.elf
Icon=filesystem/icon
Comment=Little fake F1 Game and Watch game
Terminal=false
Categories=games;
Type=Application
Exec=main.elf
Icon=Formula1
Categories=games
3 changes: 2 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ make clean
make TARGET=funkey

mkdir -p opk
cp main.elf opk/main.elf
cp main.elf opk/main.elf
cp ./filesystem/icon.png opk/Formula1.png
cp -r ./filesystem opk/filesystem
cp Formula1.funkey-s.desktop opk/Formula1.funkey-s.desktop

Expand Down

0 comments on commit b8cdc53

Please sign in to comment.