소스 검색

Add new config entry to config generate function

Cammy 6 년 전
부모
커밋
09de0f0c4c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pyinstalive/initialize.py

+ 1 - 0
pyinstalive/initialize.py

@@ -312,6 +312,7 @@ run_at_start =
 run_at_finish = 
 save_comments = false
 log_to_file = false
+use_locks = true
 				""".format(os.getcwd())
 				config_file = open(settings.custom_config_path, "w")
 				config_file.write(config_template.strip())