mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 06:25:17 +08:00
Fix typo
This commit is contained in:
parent
1cff16e235
commit
5ee383d6ef
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ def compile(arch, audience, no_gui=False):
|
|||
|
||||
# Stupid fix for synology RS816 where /tmp is mounted with `noexec`.
|
||||
if "arm" in arch:
|
||||
NUITKA_OPTIONS += " --onefile-temp-spec=/var/tmp"
|
||||
NUITKA_OPTIONS += " --onefile-tempdir-spec=/var/tmp"
|
||||
|
||||
if no_gui:
|
||||
NUITKA_OPTIONS += " --plugin-disable=tk-inter --nofollow-import-to=PySimpleGUI"
|
||||
|
|
Loading…
Reference in a new issue