Skip to content

Commit

Permalink
Fix wrongly generated desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Feb 17, 2021
1 parent 2299d1d commit 00a917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributions/debian-gui/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export QT_SELECT=qt5
dh $@

override_dh_auto_configure:
mkdir -p build && cd build && qmake TARGET=jamulus PREFIX=/usr ../Jamulus.pro
mkdir -p build && cd build && qmake "CONFIG+=noupcasename" PREFIX=/usr ../Jamulus.pro

override_dh_auto_build:
cd src/res/translation && lrelease *.ts
Expand Down

0 comments on commit 00a917f

Please sign in to comment.