This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5,807 additions
and
3,977 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
# electron-swf-player | ||
# electron-swf-player | ||
|
||
A simple, modern Adobe Flash .swf player built on Electron. | ||
|
||
## Installing | ||
|
||
- Download the correct version of the app for your platform from [the Releases page](https://github.com/JoeDuncko/electron-swf-player/releases). | ||
|
||
Currently only tested on Intel Macs. Builds for other platforms coming soon. | ||
|
||
## Developing | ||
|
||
Install `node.js`, probably via your package manager. | ||
|
||
- `npm install` | ||
- `npm start` | ||
|
||
## Building | ||
|
||
### MacOS | ||
|
||
- Be on a Mac | ||
- `npm run make` | ||
|
||
### Windows | ||
|
||
TBD | ||
|
||
### Linux | ||
|
||
TBD |
Oops, something went wrong.