Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta toggle #240

Closed
wants to merge 33 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fd789ad
makes updater use channels
SimplyAhmazing Jun 8, 2017
e7e7282
adds util helpers for parsing version info
SimplyAhmazing Jun 8, 2017
581d552
updates preferences to react to beta/stable channel toggles
SimplyAhmazing Jun 8, 2017
a0a5b98
makes servermanager communicate properly parsed app version
SimplyAhmazing Jun 8, 2017
dd4c159
make electron builder script use new builder
SimplyAhmazing Jun 8, 2017
27577fa
adds cantor until func
SimplyAhmazing Jun 8, 2017
5743401
adds script to release stable app when running in a tag
SimplyAhmazing Jun 8, 2017
92133e2
comment out travis publish script
SimplyAhmazing Jun 8, 2017
f7b71a3
clean up pkg json
SimplyAhmazing Jun 8, 2017
5b62d9c
update electron version in app-src
SimplyAhmazing Jun 8, 2017
2ea9f35
update app package.json; adds lock files from npm 5
SimplyAhmazing Jun 8, 2017
60ff53d
add vue devtools to package.json
SimplyAhmazing Jun 8, 2017
40dd54e
updates util script
SimplyAhmazing Jun 8, 2017
59a5623
updates package.json
SimplyAhmazing Jun 8, 2017
1cc807b
update copying of python exe in appveyor
SimplyAhmazing Jun 8, 2017
c78e05b
clean up build scripts and cmds; call release script
SimplyAhmazing Jun 8, 2017
535a59d
call release script
SimplyAhmazing Jun 8, 2017
b93e60a
renames publish script to release
SimplyAhmazing Jun 8, 2017
ea0a48f
adds toggle menu item
SimplyAhmazing Jun 9, 2017
c456905
removes unused argument
SimplyAhmazing Jun 9, 2017
e20061a
removes unused import/arg for getting channel
SimplyAhmazing Jun 9, 2017
502d6dd
fix typo
SimplyAhmazing Jun 9, 2017
812c13f
adds decode app version
SimplyAhmazing Jun 9, 2017
0722817
get last 7 chars of git commit hash
SimplyAhmazing Jun 9, 2017
90489f1
rejigger build script to not publish on master
SimplyAhmazing Jun 13, 2017
72d8111
rejigger release script
SimplyAhmazing Jun 13, 2017
fb925e6
refactors release script and build script
SimplyAhmazing Jun 13, 2017
44f23ec
renames release script
SimplyAhmazing Jun 13, 2017
47b394c
fix typo in ftn call
SimplyAhmazing Jun 13, 2017
10f2733
remove print statement
SimplyAhmazing Jun 13, 2017
8b9ffbb
removes release script
SimplyAhmazing Jun 20, 2017
dfd5851
bring back original repo name
SimplyAhmazing Jun 20, 2017
304c799
remove call to release
SimplyAhmazing Jun 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
call release script
  • Loading branch information
SimplyAhmazing committed Jun 8, 2017
commit 535a59d9ddb331ff8ad23873b7251ec37b840335
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ app-shell-setup:
app-shell-build:
cd app-shell &&\
npm run build &&\
npm run release &&\
ls dist/* &&\
ls releases

Expand Down