File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,9 +211,7 @@ jobs:
211211 uses : Minionguyjpro/Inno-Setup-Action@v1.2.2
212212 with :
213213 path : windows/windows_setup.iss
214- options : /O+
215- env :
216- FLADDER_VERSION : ${{ needs.fetch-info.outputs.version_name }}
214+ options : /O+ /DFLADDER_VERSION="${{ needs.fetch-info.outputs.version_name }}"
217215
218216 - name : Archive Windows portable artifact
219217 uses : actions/upload-artifact@v4.0.0
Original file line number Diff line number Diff line change 11#define SourcePath " .."
22
3+ #ifndef FLADDER_VERSION
4+ #define FLADDER_VERSION " latest"
5+ #endif
6+
37[Setup]
48AppId = {{D573EDD5-117A-47AD-88AC-62C8EBD11DC7}
59AppName = " Fladder"
6- AppVersion = {% FLADDER_VERSION|latest }
10+ AppVersion = {# FLADDER_VERSION}
711AppPublisher = " DonutWare"
812AppPublisherURL = " https://github.com/DonutWare/Fladder"
913AppSupportURL = " https://github.com/DonutWare/Fladder"
You can’t perform that action at this time.
0 commit comments