We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bd5837 + 6a1b55f commit acb84c4Copy full SHA for acb84c4
1 file changed
src/build.py
@@ -252,7 +252,7 @@ def make_package(args):
252
253
# Figure out if application has service part
254
service = False
255
- directory = args.dir
+ directory = args.dir if public_version else args.private
256
if directory:
257
service_main = join(realpath(directory), 'service', 'main.py')
258
if os.path.exists(service_main) or os.path.exists(service_main + 'o'):
0 commit comments