We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9958f12 commit de05493Copy full SHA for de05493
make.py
@@ -9,7 +9,7 @@
9
10
BASE_DIR = os.path.dirname(os.path.realpath(__file__))
11
SETUP_DIR = os.path.join(BASE_DIR, 'setup')
12
-DIST_DIR = os.path.join(SETUP_DIR, 'Dist/')
+DIST_DIR = os.path.join(SETUP_DIR, 'Dist')
13
WIN_DIR = os.path.join(SETUP_DIR, "Windows")
14
MAC_DIR = os.path.join(SETUP_DIR, "Mac")
15
setup/Windows/odmtools_setup.iss
@@ -6,7 +6,7 @@
6
#define MyAppPublisher "ODM2"
7
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"
8
#define MyAppExeName "ODMTools.exe"
-#define MyAppDir "C:\Users\jmeline_\Documents\GitHub\ODMToolsPython"
+#define MyAppDir "C:\DEV\ODMToolsPython"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
0 commit comments