This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Fix game assembly backup process
pull/100/head
Meivyn
1 year ago
parent
54b0dd360b
commit
7dc39c0d23
No known key found for this signature in database
GPG Key ID:
8BDD3E48158B2F71
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
IPA.Injector/Injector.cs
+ 1
- 0
IPA.Injector/Injector.cs
View File
@ -283,6 +283,7 @@ namespace IPA.Injector
deleter
.
Methods
.
Clear
(
)
;
// delete all methods
string
tempFilePath
=
Path
.
GetTempFileName
(
)
;
bkp
?
.
Add
(
ascPath
)
;
ascAsmDef
.
Write
(
tempFilePath
)
;
File
.
Delete
(
ascPath
)
;
File
.
Move
(
tempFilePath
,
ascPath
)
;
Write
Preview
Loading…
Cancel
Save