Skip to content

Commit

Permalink
Merge pull request #160 from lacmus-foundation/dev
Browse files Browse the repository at this point in the history
fix: self-contained application
  • Loading branch information
gosha20777 authored Apr 29, 2024
2 parents b91be36 + a272fc8 commit 3e64eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/osx/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for i in "${!RID_LIST[@]}"; do

# copy .app directory to output directoty
echo "Creating app bundle..."
mv ./LacmusApp.Avalonia/bin/$CONFIG/net6.0/$RID/publish/Lacmus.app ../bin/osx/$PUB_PLATFORM/Lacmus.app
mv ./LacmusApp.Avalonia/bin/$CONFIG/net8.0/$RID/publish/Lacmus.app ../bin/osx/$PUB_PLATFORM/Lacmus.app
if [ "$?" != "0" ]; then
exit
fi
Expand Down
1 change: 1 addition & 0 deletions src/LacmusApp.Avalonia/LacmusApp.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>linux-x64;win-x64;osx-x64</RuntimeIdentifiers>
<SelfContained>true</SelfContained>
<Company>Lacmus Foundation</Company>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
Expand Down

0 comments on commit 3e64eb0

Please sign in to comment.