diff --git a/Formula1.funkey-s.desktop b/Formula1.funkey-s.desktop index 999d609..13898f4 100644 --- a/Formula1.funkey-s.desktop +++ b/Formula1.funkey-s.desktop @@ -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; \ No newline at end of file +Type=Application +Exec=main.elf +Icon=Formula1 +Categories=games diff --git a/package.sh b/package.sh index 506c693..153607b 100644 --- a/package.sh +++ b/package.sh @@ -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