Skip to content

Commit de05493

Browse files
author
sreeder
committed
make file updates
1 parent 9958f12 commit de05493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
BASE_DIR = os.path.dirname(os.path.realpath(__file__))
1111
SETUP_DIR = os.path.join(BASE_DIR, 'setup')
12-
DIST_DIR = os.path.join(SETUP_DIR, 'Dist/')
12+
DIST_DIR = os.path.join(SETUP_DIR, 'Dist')
1313
WIN_DIR = os.path.join(SETUP_DIR, "Windows")
1414
MAC_DIR = os.path.join(SETUP_DIR, "Mac")
1515

setup/Windows/odmtools_setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define MyAppPublisher "ODM2"
77
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"
88
#define MyAppExeName "ODMTools.exe"
9-
#define MyAppDir "C:\Users\jmeline_\Documents\GitHub\ODMToolsPython"
9+
#define MyAppDir "C:\DEV\ODMToolsPython"
1010

1111
[Setup]
1212
; NOTE: The value of AppId uniquely identifies this application.

0 commit comments

Comments
 (0)