mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-13 18:00:40 +00:00
Ports/freedink: Add launcher icon
This commit is contained in:
parent
94de006144
commit
79c5b96953
Notes:
sideshowbarker
2024-07-16 20:05:14 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/79c5b96953 Pull-request: https://github.com/SerenityOS/serenity/pull/20628 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ configopts=("--prefix=/usr/local" "--disable-rpath" "--disable-tests" "LDFLAGS=-
|
|||
launcher_name="FreeDink"
|
||||
launcher_category=Games
|
||||
launcher_command='/usr/local/bin/freedink --software-rendering --truecolor'
|
||||
icon_file='src/media/freedink.ico'
|
||||
|
||||
install() {
|
||||
run_nocd make DESTDIR="${SERENITY_INSTALL_ROOT}" -C "${freedink_data}" install
|
||||
|
|
Loading…
Reference in a new issue