22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33#include " environment.iss"
44#define MyAppName " DeepStack"
5- #define MyAppVersion " 2020.12 .beta"
5+ #define MyAppVersion " 2021.01 .beta"
66#define MyAppPublisher " DeepQuestAI"
77#define MyAppURL " https://www.deepstack.cc"
88#define MyAppExeName " deepstack.exe"
@@ -24,7 +24,7 @@ AppUpdatesURL={#MyAppURL}
2424DefaultDirName = C:\{#MyAppName }
2525DisableDirPage = yes
2626DefaultGroupName = DeepStack
27- OutputBaseFilename = DeepStack-Installer-CPU.2020.12 .beta
27+ OutputBaseFilename = DeepStack-Installer-CPU.2021.01 .beta
2828Compression = lzma
2929SolidCompression = yes
3030
@@ -65,14 +65,14 @@ Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\deepstack\*"; DestDir: "{a
6565Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\interpreter\*" ; DestDir : " {app} \interpreter" ; Flags : ignoreversion recursesubdirs createallsubdirs
6666Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\redis\*" ; DestDir : " {app} \redis" ; Flags : ignoreversion recursesubdirs createallsubdirs
6767Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\server\*" ; DestDir : " {app} \server" ; Flags : ignoreversion recursesubdirs createallsubdirs
68- Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\server \platform.windows.cpu.json" ; DestDir : " {app} \server\platform.json" ; Flags : ignoreversion
68+ Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\platform \platform.windows.cpu.json" ; DestDir : " {app} \server\platform.json" ; Flags : ignoreversion
6969Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\server\version.txt" ; DestDir : " {app} \server" ; Flags : ignoreversion
7070Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\categories_places365.txt" ; DestDir : " {app} \sharedfiles" ; Flags : ignoreversion
7171Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\face.pt" ; DestDir : " {app} \sharedfiles" ; Flags : ignoreversion
7272Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\facerec-high.model" ; DestDir : " {app} \sharedfiles" ; Flags : ignoreversion
7373Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\scene.model" ; DestDir : " {app} \sharedfiles" ; Flags : ignoreversion
7474Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\yolov5m.pt" ; DestDir : " {app} \sharedfiles" ; Flags : ignoreversion
75- Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\windows_packages \*" ; DestDir : " {app} \windows_packages" ; Flags : ignoreversion recursesubdirs createallsubdirs
75+ Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\windows_packages_cpu \*" ; DestDir : " {app} \windows_packages" ; Flags : ignoreversion recursesubdirs createallsubdirs
7676Source : " C:\Users\johnolafenwa\Documents\AI\DeepStack\logo.ico" ; DestDir : " {app} " ; Flags : ignoreversion
7777; NOTE: Don't use "Flags: ignoreversion" on any shared system files
7878
0 commit comments