add root app prefix for non flatpak installs

webkit2png
Manuel Genovés 2018-10-19 18:44:53 +02:00
parent 4e8d8fa491
commit 61f3122afc
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if os.path.isfile("/.flatpak-info"):
app_prefix = '/app/' app_prefix = '/app/'
print("in flatpak") print("in flatpak")
else: else:
app_prefix = '' app_prefix = '/'
setup( setup(
name='uberwriter', name='uberwriter',