mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-08 12:32:54 -05:00
Compare commits
3 Commits
873f0281c8
...
release-1.
Author | SHA1 | Date | |
---|---|---|---|
297431947c | |||
a08e9e8444 | |||
754e89da7a |
@@ -7,3 +7,7 @@ dist_dir=.
|
||||
install -Dm 755 $dist_dir/bin/SlideController /usr/local/bin/SlideController
|
||||
install -Dm 755 $dist_dir/share/applications/net.drinkingtea.sc9k.desktop /usr/share/applications/net.drinkingtea.sc9k.desktop
|
||||
cp -r $dist_dir/share/ /usr/
|
||||
|
||||
if command -v gtk-update-icon-cache >/dev/null 2>&1; then
|
||||
sudo gtk-update-icon-cache /usr/share/icons/hicolor
|
||||
fi
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
QSettings::setDefaultFormat(QSettings::Format::IniFormat);
|
||||
#ifndef __APPLE__
|
||||
#ifdef _WIN32
|
||||
QApplication::setStyle("Fusion");
|
||||
#endif
|
||||
QApplication a(argc, argv);
|
||||
|
@@ -10,5 +10,5 @@ X-MultipleArgs=false
|
||||
Icon=net.drinkingtea.sc9k
|
||||
Categories=Multimedia
|
||||
Keywords=slide;controller;sc9k
|
||||
StartupWMClass=Slide Controller 9000
|
||||
StartupWMClass=SlideController
|
||||
StartupNotify=false
|
||||
|
Reference in New Issue
Block a user