Skip to content

Commit 7b9d8c3

Browse files
author
karl
committed
update windows installer
add info on Visual C++ redistributable and changed name of installer
1 parent b1472ed commit 7b9d8c3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cava_win/postsetupinfo.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
config file for cava is created in "%USERPROFILE%\.config\cava" upon first launch
1+
config file for cava is created in "%USERPROFILE%\.config\cava" upon first launch
2+
3+
you need to install Visual C++ redistributable if you do not already have it:
4+
5+
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

cava_win/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DisableProgramGroupPage=yes
2727
LicenseFile=..\LICENSE
2828
; Remove the following line to run in administrative install mode (install for all users).
2929
PrivilegesRequired=lowest
30-
OutputBaseFilename=cava_win
30+
OutputBaseFilename=cava_win_x64_install
3131
SolidCompression=yes
3232
WizardStyle=modern
3333
InfoAfterFile=postsetupinfo.txt

0 commit comments

Comments
 (0)