Commit graph

136 commits

Author SHA1 Message Date
Sean Yesmunt 84676f189d update sign script 2020-07-13 12:22:49 -04:00
Thomas Zarebczan 4291c36c58 Initial commit for LBRY-First
fix killing daemon

bump lbry-first
2020-07-08 14:23:43 -04:00
Sean Yesmunt bda2bdadf8 make sure script exits properly after it finishes signing build files 2020-06-09 22:09:07 -04:00
Sean Yesmunt 0d30c8d428 fix import statement for updated package 2020-03-09 08:38:43 -04:00
Sean Yesmunt 7b5e7b312e add script to sign releases 2020-01-28 18:16:17 -05:00
Sean Yesmunt 7fcb8484e8 delete mac files 2020-01-28 18:16:17 -05:00
Sean Yesmunt f60792f1a1 notarize that ish 2019-10-15 12:00:42 -04:00
Sean Yesmunt 965fb5a2ba cleanup 2019-06-05 00:33:57 -04:00
Thomas Zarebczan 319636df80 Revert "fix: edit resolve + balance check"
This reverts commit aff5dd927b.
2019-05-10 01:28:54 -04:00
Thomas Zarebczan aff5dd927b fix: edit resolve + balance check
This will re-resolve the url (showing bid required) on edit
Also fix balance checking on edits.
2019-05-10 01:27:52 -04:00
Thomas Zarebczan 264dda4a85 iconzzzzz 2019-05-09 23:30:13 -04:00
Sean Yesmunt 0b3c950f96 update lint/flow 2019-03-18 01:10:41 -04:00
Sean Yesmunt 8ee1d2319d web cleanup 2019-03-08 15:15:45 -05:00
Sean Yesmunt de3639f29c new build setup for web/electron 2019-03-04 23:48:04 -05:00
Sean Yesmunt a895a653fa add support for .lbry sandbox applications 2019-01-16 02:00:22 -05:00
Sean Yesmunt 5e98a9b982 updates for lbrynet30 2018-10-26 14:16:43 -04:00
Sean Yesmunt 20303053c8 exclude daemon.ver 2018-07-23 16:35:04 -04:00
Sean Yesmunt cd44cc3f2d Don't download the daemon if it is already downloaded 2018-07-23 16:32:25 -04:00
Sean Yesmunt 814162f1e1
Revert "check if daemon is already installed before installing again" 2018-07-21 05:22:28 -04:00
Sean Yesmunt d999dfa528 fix for windows 2018-07-19 09:42:57 -04:00
Sean Yesmunt 935f656add check if daemon is already installed before installing again 2018-07-18 17:23:26 -04:00
Igor Gassmann 1fc35d1175 fix: daemon fails to download when dist directory doesn't exist 2018-03-29 15:57:17 -04:00
Igor Gassmann 2df37c4fa6 chore: move downloaded daemon zip file to dist folder 2018-03-27 18:42:26 -04:00
Igor Gassmann 2999ad4f6e chore: clean-up unused files 2018-03-25 14:22:18 -04:00
Igor Gassmann c3469b3648
fix: daemon not launching on Windows (#1101)
* Rollback `keytar-prebuild` and `electron` to compatible versions.

* Check if the targeted build platform is different from the platform that
is building the app. If that's the case, download the appropriate daemon.
2018-03-14 16:38:55 -04:00
Igor Gassmann 1fa8d4bcf7 chore: remove publishing from build.sh script 2018-03-08 09:33:24 -05:00
Igor Gassmann 77ae75a655 chore: remove daemon download from build.sh
Daemon is now being download when the command $ yarn install is used.
2018-03-07 18:26:35 -05:00
Igor Gassmann b9f4d7b307
chore: migrate to AppImage and update publish workflow (#1010)
The app now uses AppImage instead of .deb files for Linux. Thanks to this change, the app supports now auto-updates on Linux too.

The publishing workflow has been updated. It uses now the publishing mechanisms offered by electron-builder.
2018-03-07 18:03:45 -05:00
Liam Cardenas 825b7ec67a Modify release script to search semver format 2018-01-25 13:18:21 -08:00
Alex Liebowitz 483809be1b Merge remote-tracking branch 'origin/master' into auto-update 2018-01-23 10:35:15 -05:00
Alex Liebowitz 853bf2cfe7 Make video pause when you hit the "Upgrade Now" button on Mac/Win 2018-01-17 07:10:45 -05:00
Alex Liebowitz acec4a745f Remove S3 upload from upload_assets.py 2018-01-12 00:30:23 -05:00
Alex Liebowitz e39470c3cc Copy dmg file into dist/mac for TeamCity
TeamCity expects the dmg to be in dist/mac, but in the new
electron-builder it's put directly in dist/ (in the long run the right
way to solve this is to update the TeamCity config).
2018-01-12 00:30:23 -05:00
Alex Liebowitz 67c3863bd6 Don't try to upload latest-linux.yml file on Linux
It's not being generated on Linux. I'm pretty sure this is a bug (or at
least undocumented behavior), but it's OK because Linux doesn't support
updates yet anyway.
2018-01-12 00:30:23 -05:00
Alex Liebowitz b202de449e Upload assets for latest version to S3 in a separate directory
These are the assets that go in s3://releases.lbry.io/app/latest.
Included are the built asset used for updates (on Mac this is actually
a zip file, not the dmg), as well as the update metadata file for this
platform (latest.yml, etc.)

Also includes some refactoring in the update build script.
2018-01-12 00:30:23 -05:00
Alex Liebowitz 2031f36f7c Upgrade to electron-builder 19.45.5
It's not clear yet if this will be needed for the new upgrade process,
but we need to get on the latest version eventually anyway.
2018-01-12 00:30:23 -05:00
Igor Gassmann 9f1d59764b Move brew update to correct place 2018-01-08 18:39:11 -03:00
Igor Gassmann 80b00fc80a add brew update 2017-12-25 20:37:11 -03:00
Igor Gassmann 4cab8055ca Merge origin/master into issue/763 2017-12-21 22:21:22 -03:00
Igor Gassmann 3b26f06210 Update extractLocals.js location 2017-12-20 12:37:19 -03:00
Igor Gassmann 01dd124d60 Update electron-builder 2017-12-20 11:48:38 -03:00
Liam Cardenas 8d6a2ef0d6
Merge pull request #866 from lbryio/fix-yarn-ubuntu-17-04
Overwrite cmdtest when installing yarn
2017-12-13 13:15:01 -08:00
Igor Gassmann f2e13506dc Overwrite cmdtest when installing yarn (https://yarnpkg.com/lang/en/docs/install/#linux-tab) 2017-12-13 10:32:41 -03:00
Liam Cardenas 839835e89f
Merge pull request #865 from lbryio/issue/839
Fix error on settings page on development
2017-12-12 14:41:00 -08:00
Liam Cardenas abc01e8e12 Cleanup Appveyor build scripts 2017-12-12 13:23:02 -08:00
Liam Cardenas 1953faf929 Unencrpyted before building 2017-12-12 11:43:32 -08:00
Liam Cardenas 8f96523132 Added more verbose debugging options 2017-12-12 11:21:47 -08:00
Liam Cardenas b7c948c7eb Testing new build configuration 2017-12-12 11:09:18 -08:00
Liam Cardenas 6f2c44bd6f Revert "Testing different build configuration"
This reverts commit 9f1c62114a.
2017-12-12 10:54:53 -08:00
Liam Cardenas 9f1c62114a Testing different build configuration 2017-12-12 10:42:59 -08:00