Skip to content

Commit

Permalink
Potential installation fix if there isn't a system python
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-kane committed Aug 25, 2024
1 parent 8bcb0ad commit 1764813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified win_install.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion win_install.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Set-ExecutionPolicy Unrestricted -Scope Process -Force
py -c "import json;import os;print(json.dumps({'path': os.path.join(os.getcwd(), 'venv').replace('\\', '/')}))" > path.json
venv\Scripts\python.exe -c "import json;import os;print(json.dumps({'path': os.path.join(os.getcwd(), 'venv').replace('\\', '/')}))" > path.json
venv\Scripts\Activate.ps1
venv\Scripts\python.exe -m pip install --upgrade pip
venv\Scripts\python.exe -m pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions windows_installation_3.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define SourcePath "\\?\Volume{cc498e86-0000-0000-0000-602200000000}\Users\jason\Desktop\coh_npc_voices"
#define MyAppName "Sidekick"
#define MyAppVersion "3.1"
#define MyAppVersion "3.2"
#define MyAppPublisher "Jason Kane"
#define MyAppURL "https://github.com/jason-kane/coh_npc_voices"
#define MyAppExeName "Sidekick.bat"
Expand Down Expand Up @@ -53,7 +53,7 @@ Source: "{#SourcePath}\cnv\database\__init__.py"; DestDir: "{app}\cnv\database\"
Source: "{#SourcePath}\cnv\database\db.py"; DestDir: "{app}\cnv\database\"; Flags: ignoreversion
Source: "{#SourcePath}\cnv\database\models.py"; DestDir: "{app}\cnv\database\"; Flags: ignoreversion
Source: "{#SourcePath}\cnv\effects\__init__.py"; DestDir: "{app}\cnv\effects\"; Flags: ignoreversion
Source: "{#SourcePath}\cnv\effects\effects.py"; DestDir: "{app}\cnv\effects\"; Flags: ignoreversion
Source: "{#SourcePath}\cnv\effects\*.py"; DestDir: "{app}\cnv\effects\"; Flags: ignoreversion
Source: "{#SourcePath}\cnv\engines\__init__.py"; DestDir: "{app}\cnv\engines\"; Flags: ignoreversion
Source: "{#SourcePath}\cnv\engines\amazonpolly.py"; DestDir: "{app}\cnv\engines\"; Flags: ignoreversion
Source: "{#SourcePath}\cnv\engines\azure.py"; DestDir: "{app}\cnv\engines\"; Flags: ignoreversion
Expand Down

0 comments on commit 1764813

Please sign in to comment.