Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
It's working, at least when the app is running!
Browse files Browse the repository at this point in the history
How the heck do you get it to load a file on first click?
  • Loading branch information
JoeDuncko committed Oct 1, 2020
1 parent e98388f commit 1de5bd0
Show file tree
Hide file tree
Showing 7 changed files with 645 additions and 39 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
};
23 changes: 23 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>swf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>lightning.icns</string>
<key>CFBundleTypeName</key>
<string>Adobe Flash</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
</array>
</dict>
</plist>
Binary file added lightning.icns
Binary file not shown.
Loading

0 comments on commit 1de5bd0

Please sign in to comment.