This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve build script process used to package Kelp GUI (#414)
* 1 - automatically convert to a dmg file for darwin platform when building using darwin * 2 - download ccxt_rest binary into ~/.kelp_cache/ * 3 - check if file exists in cache before re-downloading * 4 - generalize download_file function for reuse when downloading vendor directory zip file * 5 - download_vendor_zip for darwin and linux only * 6 - rename ~/.kelp_cache to ~/.kelp_build_cache * 7 - separate out vendor directory and ccxt directory downloading from compilation step * 8 - unzip and copy vendor/ccxt files respectively, taking platforms into account * 9 - add missing log line when building UI for non-windows platforms * 10 - volname should not have a space to avoid complications with spaces, KelpUI -> KelpGUI
- Loading branch information
1 parent
ab3c5fb
commit 3553368
Showing
1 changed file
with
135 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters