Skip to content

Commit

Permalink
Remove separate lrelease for linux
Browse files Browse the repository at this point in the history
Now that the .qm files are generated on the fly by the Makefile,
a manual lrelease step is no longer needed and wouldn't work correctly.
  • Loading branch information
softins committed Jun 16, 2024
1 parent b18504f commit 9d0f77c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ override_dh_auto_configure:
mkdir -p build-nox && cd build-nox && $(QMAKE) "CONFIG+=headless serveronly" TARGET=jamulus-headless PREFIX=/usr ../Jamulus.pro

override_dh_auto_build:
cd src/translation && lrelease *.ts
cd build-gui && make -j "$$(nproc)"
cd build-nox && make -j "$$(nproc)"

Expand Down

0 comments on commit 9d0f77c

Please sign in to comment.