File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6666 <SignManifests >false</SignManifests >
6767 </PropertyGroup >
6868 <PropertyGroup >
69- <ApplicationIcon >coin.ico</ApplicationIcon >
69+ <ApplicationIcon >Res\ coin.ico</ApplicationIcon >
7070 </PropertyGroup >
7171 <PropertyGroup >
7272 <StartupObject >
317317 <None Include =" Resources\password.ttf" />
318318 </ItemGroup >
319319 <ItemGroup >
320- <None Include =" coin.ico" >
320+ <None Include =" Res\ coin.ico" >
321321 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
322322 </None >
323323 <Resource Include =" Assets\amulet.png" />
324324 <Resource Include =" Assets\belt.png" />
325325 <Resource Include =" Assets\ring.png" />
326- <Content Include =" Sounds \notificationSound.mp3" >
326+ <Content Include =" Res \notificationSound.mp3" >
327327 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
328328 </Content >
329329 </ItemGroup >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public MainWindow()
6868 }
6969 else
7070 {
71- Data . Player . Open ( new Uri ( Path . Combine ( Path . GetDirectoryName ( Assembly . GetExecutingAssembly ( ) . Location ) , @"Sounds \notificationSound.mp3" ) ) ) ;
71+ Data . Player . Open ( new Uri ( Path . Combine ( Path . GetDirectoryName ( Assembly . GetExecutingAssembly ( ) . Location ) , @"Res \notificationSound.mp3" ) ) ) ;
7272 }
7373
7474 InitializeColors ( ) ;
@@ -101,7 +101,7 @@ private void InitializeTray()
101101 var contextMenu = new System . Windows . Forms . ContextMenu ( ) ;
102102 _ = contextMenu . MenuItems . Add ( menuItem ) ;
103103
104- _trayIcon . Icon = new System . Drawing . Icon ( " coin.ico" ) ;
104+ _trayIcon . Icon = new System . Drawing . Icon ( @"Res\ coin.ico" ) ;
105105 _trayIcon . Visible = true ;
106106 _trayIcon . ContextMenu = contextMenu ;
107107 _trayIcon . MouseClick += ( s , a ) =>
You can’t perform that action at this time.
0 commit comments