Added desktop file
1
Makefile
|
@ -24,6 +24,7 @@ quickgui: distclean
|
||||||
bin: quickgui
|
bin: quickgui
|
||||||
mkdir -p $(BUILD_DIR)
|
mkdir -p $(BUILD_DIR)
|
||||||
cp -a build/linux/x64/release/bundle/* $(BUILD_DIR)
|
cp -a build/linux/x64/release/bundle/* $(BUILD_DIR)
|
||||||
|
cp -a assets/resources $(BUILD_DIR)
|
||||||
tar -C $(BUILD_ROOT) -c -v -f $(BIN_TAR) $(BASE_NAME)
|
tar -C $(BUILD_ROOT) -c -v -f $(BIN_TAR) $(BASE_NAME)
|
||||||
xz -z $(BIN_TAR)
|
xz -z $(BIN_TAR)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=quickgui
|
||||||
|
Comment=A Flutter frontend for quickemu
|
||||||
|
Exec=/usr/bin/quickgui
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Icon=quickgui_512.png
|
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 12 KiB |