Skip to content

Commit 2d3e8d9

Browse files
author
John Olafenwa
committed
updates to windows version
1 parent 3be5c0c commit 2d3e8d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deepstack-setup-cpu.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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}
2424
DefaultDirName=C:\{#MyAppName}
2525
DisableDirPage=yes
2626
DefaultGroupName=DeepStack
27-
OutputBaseFilename=DeepStack-Installer-CPU.2020.12.beta
27+
OutputBaseFilename=DeepStack-Installer-CPU.2021.01.beta
2828
Compression=lzma
2929
SolidCompression=yes
3030

@@ -65,14 +65,14 @@ Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\deepstack\*"; DestDir: "{a
6565
Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\interpreter\*"; DestDir: "{app}\interpreter"; Flags: ignoreversion recursesubdirs createallsubdirs
6666
Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\redis\*"; DestDir: "{app}\redis"; Flags: ignoreversion recursesubdirs createallsubdirs
6767
Source: "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
6969
Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\server\version.txt"; DestDir: "{app}\server"; Flags: ignoreversion
7070
Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\categories_places365.txt"; DestDir: "{app}\sharedfiles"; Flags: ignoreversion
7171
Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\face.pt"; DestDir: "{app}\sharedfiles"; Flags: ignoreversion
7272
Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\facerec-high.model"; DestDir: "{app}\sharedfiles"; Flags: ignoreversion
7373
Source: "C:\Users\johnolafenwa\Documents\AI\DeepStack\sharedfiles\scene.model"; DestDir: "{app}\sharedfiles"; Flags: ignoreversion
7474
Source: "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
7676
Source: "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

Comments
 (0)