-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DISMTools 0.4.2 Update 2 (April 2024 Update) (#116)
* Update assembly information * Close popup Mounted Image Manager with key press * Change default log view font to Consolas * Set default font to Consolas in the installer * Fixed CSS layout issues * Show file copy error information * Detect if language is supported * Enhanced automatic image reload feature * Only show reload window when necessary * Detect custom themes * Added installer generation automation (#113) * Test automation * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * Update create-nightly-installer.yaml * DISMTools Nightly Installer * Update .gitignore * DISMTools Nightly Installer --------- Co-authored-by: CodingWonders <[email protected]> * Added release update branches to action * Update What's New section and Update System information files * Delete temporary installer files * Add workaround for #114 --------- Co-authored-by: CodingWonders <[email protected]>
- Loading branch information
1 parent
69eb63d
commit 530a47d
Showing
34 changed files
with
1,805 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Create Nightly Installer | ||
|
||
on: | ||
push: | ||
branches: | ||
- stable | ||
- dt_pre* | ||
- dt_rel* | ||
env: | ||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true | ||
|
||
jobs: | ||
build-runspace: | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
- name: Set up MSBuild | ||
uses: warrenbuckley/Setup-MSBuild@v1 | ||
- name: Prepare NuGet packages | ||
run: .\nugetpkgprep.bat | ||
continue-on-error: false | ||
- name: Generate installer | ||
run: | | ||
$solutionDir = "$((Get-Location).Path)\" | ||
$projectDir = "$((Get-Location).Path)\" | ||
$targetDir = (Get-Location).Path + "\bin\Debug\" | ||
msbuild Tools\UnpEax\UnpEax.csproj /p:Configuration=Debug /p:DeployOnBuild=true | ||
msbuild DISMTools.vbproj /p:Configuration=Debug /p:DeployOnBuild=true /p:SolutionDir=$solutionDir /p:ProjectDir=$projectDir /p:TargetDir=$targetDir | ||
- name: Push nightly installer | ||
uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
commit_message: DISMTools Nightly Installer | ||
if: success() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.