This commit is contained in:
parent
cc198d6cba
commit
719e900f22
2 changed files with 11 additions and 2 deletions
|
@ -44,6 +44,15 @@ jobs:
|
|||
-p:PublishTrimmed=true \
|
||||
-o ./output_linux
|
||||
|
||||
- name: Build the project (Windows x64)
|
||||
run: |
|
||||
dotnet publish ./Cryptura/Cryptura.csproj \
|
||||
-c Release \
|
||||
-r win-x64 \
|
||||
--self-contained true \
|
||||
-p:PublishSingleFile=true \
|
||||
-p:PublishTrimmed=true \
|
||||
-o ./output_win
|
||||
|
||||
- name: Download appimagetool
|
||||
run: |
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||
<AssemblyVersion>1.0</AssemblyVersion>
|
||||
<FileVersion>1.3</FileVersion>
|
||||
<FileVersion>1.4</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue