Skip to content

Fix theme install via r11 installer #830

Fix theme install via r11 installer

Fix theme install via r11 installer #830

Workflow file for this run

name: Rectify11
on:
workflow_dispatch:
push:
pull_request:
workflow_run:
workflows: ["Submodules Sync"]
types:
- completed
jobs:
build:
runs-on: windows-latest
env:
NUGET_CERT_REVOCATION_MODE: offline
steps:
- name: Checkout
uses: actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive
lfs: true
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Restore NuGet Packages
run: nuget restore Rectify11Installer.sln
- name: Build
run: msbuild Rectify11Installer.sln /p:Configuration=Release /p:platform=x64
- name: Create single exe
run: Rectify11Installer\ILRepack.exe Rectify11Installer\bin\Release\Rectify11Installer.exe /out:Rectify11Installer\bin\output\Release\Rectify11Installer.exe Rectify11Installer\bin\Release\libmsstyle.dll Rectify11Installer\bin\Release\TaskDialog.dll
- name: Upload Rectify11Installer
uses: actions/[email protected]
with:
name: Rectify11Installer (x64)
path: Rectify11Installer\bin\output\Release\Rectify11Installer.exe
compression-level: 0