9 lines
119 B
Makefile
Executable File
9 lines
119 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_strip:
|
|
# Do not strip AppImage - it breaks runtime integrity/signature.
|
|
:
|