Skip to content
Snippets Groups Projects
Verified Commit aef1fbdf authored by Pea Nut's avatar Pea Nut
Browse files

Revert "Add "un/install dev target for linux" to Makefile"

This reverts commit 6b18a110. The file
gets deployed if installed as package or by using -i/--install-helper.
parent 3335ff62
No related branches found
No related tags found
No related merge requests found
...@@ -456,9 +456,3 @@ generate_locales: ...@@ -456,9 +456,3 @@ generate_locales:
get_%: get_%:
@curl -L -X GET --user "api:${API_TOKEN}" "https://www.transifex.com/api/2/project/bitmask/resource/bitmask-desktop/translation/${subst -,_,$*}/?file" > gui/i18n/main_$*.ts @curl -L -X GET --user "api:${API_TOKEN}" "https://www.transifex.com/api/2/project/bitmask/resource/bitmask-desktop/translation/${subst -,_,$*}/?file" > gui/i18n/main_$*.ts
install_dev_linux:
@sudo install -m 0755 pkg/pickle/helpers/bitmask-root /usr/bin/bitmask-root
uninstall_dev_linux:
@sudo rm -rf /usr/bin/bitmask-root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment