Skip to content

Commit

Permalink
Add Electron Fiddle (#1128)
Browse files Browse the repository at this point in the history
Add Electron Fiddle

Co-authored-by: cycool29 <cycool29@gmail.com>
Co-authored-by: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com>
  • Loading branch information
3 people committed May 18, 2022
1 parent 749f33f commit 3ceabbb
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/updates/Electron Fiddle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

webVer=$(get_release electron/fiddle)
armhf_url="https://github.com/electron/fiddle/releases/download/v${webVer}/electron-fiddle_${webVer}_armhf.deb"
arm64_url="https://github.com/electron/fiddle/releases/download/v${webVer}/electron/fiddle/electron-fiddle_${webVer}_arm64.deb"

source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh
3 changes: 3 additions & 0 deletions apps/Electron Fiddle/credits
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Thanks to:
- All contributers to Electron, and Electron Fiddle.
- Crilum on GitHub for making the scripts.
8 changes: 8 additions & 0 deletions apps/Electron Fiddle/description
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Electron Fiddle lets you create and play with small Electron experiments.

It greets you with a quick-start template after opening – change a few things, choose the version of Electron you want to run it with, and play around.
Then, save your Fiddle either as a GitHub Gist or to a local folder.
Once pushed to GitHub, anyone can quickly try your Fiddle out by just entering it in the address bar.

Run from menu: Menu -> Accesories -> Electron Fiddle
Run from Terminal: electron-fiddle
Binary file added apps/Electron Fiddle/icon-24.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/Electron Fiddle/icon-64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/Electron Fiddle/install-32
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

version=0.28.1

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_armhf.deb || exit 1
5 changes: 5 additions & 0 deletions apps/Electron Fiddle/install-64
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

version=0.28.1

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_arm64.deb || exit 1
2 changes: 2 additions & 0 deletions apps/Electron Fiddle/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
purge_packages || exit 1
1 change: 1 addition & 0 deletions apps/Electron Fiddle/website
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.electronjs.org/fiddle
1 change: 1 addition & 0 deletions etc/categories
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Drawing|Creative Arts
Ducopanel|Tools
Eagle CAD|Engineering
eDEX-UI|Terminals
Electron Fiddle|Programming
Email Checker|Internet/Communication
Epiphany|Internet/Browsers
ExaGear|Tools/Emulation
Expand Down

0 comments on commit 3ceabbb

Please sign in to comment.