root/lang/shellscript/nanaca-crash-kill-version-check/apply-patch.sh
@
3954
| Revision 3954, 297 bytes (checked in by gyuque, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | NANACA_SWF_IN=nanaca-crash_v107.swf |
| 2 | NANACA_SWF_TMP=nanaca-crash_v107.\$wf |
| 3 | NANACA_SWF_OUT=nanaca-crash_v107-patched.swf |
| 4 | |
| 5 | flasm -d $NANACA_SWF_IN > nanaca-src.flm |
| 6 | patch < patch.txt |
| 7 | flasm -a nanaca-src.flm |
| 8 | rm nanaca-src.flm |
| 9 | mv $NANACA_SWF_IN $NANACA_SWF_OUT |
| 10 | mv $NANACA_SWF_TMP $NANACA_SWF_IN |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)