Skip to content

Commit b43b411

Browse files
committed
build: set aw-server.spec contents_directory='.'
1 parent fa216d7 commit b43b411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aw-server.spec

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- mode: python -*-
22
# vi: set ft=python :
3+
34
import os
45

56
import aw_core
@@ -36,6 +37,7 @@ exe = EXE(
3637
a.scripts,
3738
exclude_binaries=True,
3839
name=name,
40+
contents_directory=".",
3941
debug=False,
4042
strip=False,
4143
upx=True,

0 commit comments

Comments
 (0)