Skip to content

Commit 0a7cf2f

Browse files
committed
version Linux
1 parent 8a4015b commit 0a7cf2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Low-Fuel_Linux.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ block_cipher = None
1111
a = Analysis(
1212
['main.py'],
1313
pathex=[],
14-
binaries=[],
14+
binaries=[('domain','domain'),('my_kivy','my_kivy'),('parsedata','parsedata')],
1515
datas=[('image','image'),('info.gouv','info.gouv'),('image/marker.png', 'kivy_garden/mapview/icons/')],
1616
hiddenimports=[],
1717
hookspath=[],
@@ -39,7 +39,7 @@ exe = EXE(
3939
strip=False,
4040
upx=True,
4141
upx_exclude=[],
42-
runtime_tmpdir='%TEMP%',
42+
runtime_tmpdir='/tmp',
4343
console=False,
4444
disable_windowed_traceback=True,
4545
argv_emulation=False,

0 commit comments

Comments
 (0)