Skip to content

Commit

Permalink
docs: Fix scanner command and broken mtasc links
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 authored and torokati44 committed May 6, 2024
1 parent 0c38cc9 commit 88d8eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ Adobe Flash Professional CS6 is the most recent version to support both ActionSc

### Motion-Twin ActionScript 2 Compiler

This is a free and open source command-line ActionScript 2 compiler. It can be downloaded from [here](http://tech.motion-twin.com/mtasc.html#download).
This is a free and open source command-line ActionScript 2 compiler. It can be downloaded from [here](https://web.archive.org/web/20230315095249/http://tech.motion-twin.com/mtasc.html#download).

Linux requires the `gcc-multilib` package.

Create a `test.as` file in a text editor, per the following template:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If you have a collection of "real world" SWFs to test against, the scanner may b
ruffle's parsing capabilities. Provided with a folder and an output filename, it will attempt to read
all of the Flash files and report on the success of such a task.

`cargo run --release --package=ruffle_scanner -- folder/with/swfs/ results.csv`
`cargo run --release --package=ruffle_scanner -- scan folder/with/swfs/ results.csv`

### Exporter

Expand Down

0 comments on commit 88d8eeb

Please sign in to comment.