File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88permissions :
99 contents : write
1010
11+ concurrency :
12+ group : release
13+ cancel-in-progress : true
14+
1115jobs :
1216 build :
1317 runs-on : windows-latest
5660 run : |
5761 $version = "${{ github.ref_name }}".TrimStart('v')
5862 $iscc = "C:\Program Files (x86)\Inno Setup 6\ISCC.exe"
59- & $iscc /DMyAppVersion=$version installer\TimeboxBar.iss
63+ & $iscc " /DMyAppVersion=$version" installer\TimeboxBar.iss
6064 shell : pwsh
6165
6266 - name : Create GitHub Release
@@ -69,13 +73,13 @@ jobs:
6973 body : |
7074 ## Installation
7175
72- **Installer (empfohlen ):** `TimeboxBar-*-Setup.exe` herunterladen und ausführen .
76+ **Installer (recommended ):** Download `TimeboxBar-*-Setup.exe` and run it .
7377
74- **Portable:** `TimeboxBar-*.zip` entpacken und `TimeboxBar.exe` starten .
78+ **Portable:** Extract `TimeboxBar-*.zip` and start `TimeboxBar.exe`.
7579
76- > **Windows SmartScreen:** Da die App nicht signiert ist, zeigt Windows beim ersten Start eine Warnung .
77- > → "Weitere Informationen" klicken → "Trotzdem ausführen "
80+ > **Windows SmartScreen:** Because the app is not code-signed, Windows may show a warning on first launch .
81+ > → Click "More info" → "Run anyway "
7882
79- ## Anforderungen
83+ ## Requirements
8084 - Windows 10 / 11
81- - .NET Framework 4.8 (ist auf Windows 10/11 vorinstalliert )
85+ - .NET Framework 4.8 (pre-installed on Windows 10/11)
You can’t perform that action at this time.
0 commit comments