File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Task("Generate AppxManifest")
142142 Information ( "Using Alpha configuration" ) ;
143143 content = content
144144 . Replace ( "Snap Hutao Remastered" , "Snap Hutao Remastered Alpha" )
145- . Replace ( "胡桃重制版" , "胡桃重制版 Alpha" )
145+ . Replace ( "胡桃重制版" , "胡桃重制版 Alpha" ) ;
146146 //.Replace("SnapHutaoRemasteringProject", "SnapHutaoRemasteringProject CI");
147147 content = System . Text . RegularExpressions . Regex . Replace ( content , " Name=\" ([^\" ]*)\" " , " Name=\" 7f0db578-026f-4e0b-a75b-d5d06bb0a74c\" " ) ;
148148 }
@@ -151,7 +151,7 @@ Task("Generate AppxManifest")
151151 Information ( "Using Canary configuration" ) ;
152152 content = content
153153 . Replace ( "Snap Hutao Remastered" , "Snap Hutao Remastered Canary" )
154- . Replace ( "胡桃重制版" , "胡桃重制版 Canary" )
154+ . Replace ( "胡桃重制版" , "胡桃重制版 Canary" ) ;
155155 //.Replace("SnapHutaoRemasteringProject", "SnapHutaoRemasteringProject CI");
156156 content = System . Text . RegularExpressions . Regex . Replace ( content , " Name=\" ([^\" ]*)\" " , " Name=\" 52127695-c6a7-406e-916a-693b905e8ba7\" " ) ;
157157 }
You can’t perform that action at this time.
0 commit comments