Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Aug 15, 2024
1 parent db3d120 commit 01caf7f
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
Binary file added Images/Icon.ico
Binary file not shown.
File renamed without changes.
File renamed without changes
Binary file removed Images/stripes.ico
Binary file not shown.
Binary file removed Images/stripes.png
Binary file not shown.
Binary file removed icon.pxd
Binary file not shown.
4 changes: 2 additions & 2 deletions publish-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir MacOS
cp -R ../../src/Zen.Desktop.Host/bin/Release/net8.0/osx-arm64/publish/* MacOS
mkdir Resources
cp -R MacOS/_Content Resources
cp ../../icon.icns Resources
cp ../../Images/icon.icns Resources
cp ../../src/Zen.Desktop.Host/Info.plist .
cd ..
cd ..
Expand All @@ -37,7 +37,7 @@ mkdir MacOS
cp -R ../../src/Zen.Desktop.Host/bin/Release/net8.0/osx-x64/publish/* MacOS
mkdir Resources
cp MacOS/_Content Resources
cp ../../icon.icns Resources
cp ../../Images/icon.icns Resources
cp ../../src/Zen.Desktop.Host/Info.plist .
cd ..
cd ..
Expand Down
3 changes: 2 additions & 1 deletion src/Zen.Desktop.Host/Infrastructure/Settings/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ private static AppSettings GetAppSettings()
: AudioEngine.PortAudio,
ScaleFactor = 2,
Sound = true,
SystemModel = Model.SpectrumPlus2
SystemModel = Model.SpectrumPlus2,
ViewCounters = true
};

try
Expand Down

0 comments on commit 01caf7f

Please sign in to comment.