We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1864a7b commit 3b3e7feCopy full SHA for 3b3e7fe
App/Client/CMakeLists.txt
@@ -126,7 +126,7 @@ if(UNIX AND NOT ANDROID)
126
COMPONENT Application
127
RENAME ${APP_ID}.svg)
128
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resource/icons/rabbit-green/svg/app.svg
129
- DESTINATION share/icons/hicolor/200x200/apps
+ DESTINATION share/icons/hicolor/scalable/apps
130
131
132
endif()
Package/io.github.KangLin.RabbitRemoteControl.json
@@ -252,7 +252,10 @@
252
"build-options": {
253
"env": {
254
}
255
- }
+ },
256
+ "post-install": [
257
+ "sed -i 's|Path=/app/bin|Path=/bin|' /app/share/applications/io.github.KangLin.RabbitRemoteControl.desktop"
258
+ ]
259
260
]
261
0 commit comments