Try to find out which Electron version is bundled in an application file.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
all: |
|
npm update |
|
php _scripts/gen_versions.php |
|
git commit -am "Updates $(date)" |
|
npm version patch |
|
git push |
|
git push --tags |
|
npm publish
|
|
|