Configuration: Add support for linux and MacOS to tasks.json #131
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds the support for MacOS and Linux based OSes to the
tasks.json
file, which contains the Compile/Run commands for the game client.The pull request does two things:
archived
folder in the repo roottasks.json
configuration fileI downloaded the FP binaries for Linux and MacOS from this page: https://github.com/Grubsic/Adobe-Flash-Player-Debug-Downloads-Archive?tab=readme-ov-file
I ran Virustotal on the following files:
https://www.virustotal.com/gui/file/8d73e963ebbbb3cfd8418af0c692b019fe5c84e78466d9b8b6b56f9fac3db23a
I was a bit suspicious about the MacOS .app behavior on Virustotal, so I ran some certificate checks on
FlashPlayerDebugger.app
:To my eyes, the app is legitimately packaged and signed by Adobe Inc, so this app should be safe.
Just to be sure, I tried tampering with the application files and running the checks again, just to see if the signing checks will notice the changes. The checks failed as expected, so the MacOS FP Debugger in this PR is clean.
Your call, @React1-X