File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1- v1.4.8.4114 -Stable
1+ v1.4.9.4811 -Stable
Original file line number Diff line number Diff line change 549549 * [Minor] sharlayan が正しく動作していないときでもそれなりに動作するような対応を搭載した
550550 </description >
551551 </note >
552+
553+ <note >
554+ <version >1.4.9.4811</version >
555+ <channel >Stable</channel >
556+ <timestamp >2020-02-26T11:26:11.7088270+09:00</timestamp >
557+ <uri >https://github.com/anoyetta/RINGS/releases/download/v1.4.9.4811-Stable/RINGS_v1_4_9_4811_Stable.zip</uri >
558+ <description >
559+ * [Minor] sharlayan のローカルキャッシュのクリアを修正した
560+ </description >
561+ </note >
552562</release_notes >
Original file line number Diff line number Diff line change 33using System . Diagnostics ;
44using System . IO ;
55using System . Linq ;
6- using System . Reflection ;
76using System . Threading ;
87using System . Threading . Tasks ;
98using aframe ;
@@ -181,7 +180,7 @@ private void SubscribeFFXIVProcess()
181180
182181 private static void ClearLocalCaches ( )
183182 {
184- var dir = Path . GetDirectoryName ( Assembly . GetEntryAssembly ( ) . Location ) ;
183+ var dir = Directory . GetCurrentDirectory ( ) ;
185184 foreach ( var f in LocalCacheFiles )
186185 {
187186 var file = Path . Combine ( dir , f ) ;
Original file line number Diff line number Diff line change 11using System . Reflection ;
22
3- [ assembly: AssemblyVersion ( "1.4.8.4114 " ) ]
3+ [ assembly: AssemblyVersion ( "1.4.9.4811 " ) ]
44[ assembly: AssemblyConfiguration ( "Stable" ) ]
You can’t perform that action at this time.
0 commit comments