Skip to content

Commit

Permalink
Generate an updated add-in manifest with the translations
Browse files Browse the repository at this point in the history
Bug: 992420
  • Loading branch information
cameronwhite committed Dec 23, 2023
1 parent be1ab1f commit bc9de59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Merge translations into add-in manifest
run: dotnet run --project Pinta/installer/addins/Pinta.AddinUtils.csproj -- localize-manifest --manifest-file NightVisionAddin/.addin.xml --resource-files NightVisionAddin/Resources/*.resx
- name: Compile
run: dotnet build -c Release
- name: Install mautil
Expand Down
2 changes: 1 addition & 1 deletion Pinta

0 comments on commit bc9de59

Please sign in to comment.