File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 44#endif
55
66#ifndef VERSION
7- #define VERSION " 0.7.0 +0"
7+ #define VERSION " 0.7.2 +0"
88#endif
99
1010
@@ -25,9 +25,7 @@ OutputDir="."
2525OutputBaseFilename = Blech-{#VERSION}-setup
2626PrivilegesRequired = lowest
2727ChangesEnvironment = true
28- #ifdef LOGO
29- WizardImageFile = bosch.bmp
30- #endif
28+ WizardImageFile = Blech.bmp
3129WizardImageStretch = no
3230;WizardImageBackColor=clWhite
3331
@@ -38,15 +36,14 @@ Name: "{app}\include"
3836
3937[Files]
4038Source : " {#BLECH_SOURCE}\bin\Release\net6.0\win-x64\publish\*" ; DestDir : " {app} \bin" ; Flags : ignoreversion
41- ;Source: "reference.html"; DestDir: "{app}\doc"
4239Source : " {#BLECH_SOURCE}\include\*" ; DestDir : " {app} \include"
4340
4441[InstallDelete]
4542
4643
4744[Icons]
4845
49- ; Name: "{group}\Reference Manual "; Filename: "{app}\doc\reference.html "
46+ Name : " {group} \Documentation " ; Filename : " https://www.blech-lang.org/docs "
5047Name : " {group} \Source Code" ; Filename : " https://github.com/blech-lang/blech"
5148Name : " {group} \Uninstall Blech" ; Filename : " {uninstallexe} "
5249
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set /p BUILD=<build.txt
3333del build.txt
3434popd
3535
36- set PATCH = 0
36+ set PATCH = 2
3737
3838set DOTNET_VERSION = 0.7.%PATCH% .%BUILD%
3939set SEMANTIC_VERSION = 0.7.%PATCH% +%BUILD%
@@ -44,6 +44,7 @@ dotnet publish /p:VERSION=%DOTNET_VERSION% ^
4444 --runtime win-x64 ^
4545 --configuration Release ^
4646 --verbosity normal ^
47+ --self-contained ^
4748 %BLECH_SOURCE% \blechc.fsproj
4849
4950
You can’t perform that action at this time.
0 commit comments