This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kelp UI: fix windows bash execution (#395)
* exec program * get specific string output * server_amd64.go should use current directory as base directory instead of using binaryDirectory as base * force usage of unix filepath everywhere, even on non-unix systems since we use bash in kelpos * gitignore .kelp folder * don't use explicit unix filepath for logFilepath since that uses os.Open directly * kelp-start.bat no longer needs the make the directories manually * use binary directory for setting log file * don't write tailfile for windows as it's not used * use correct trayIconPath * fix call to writeTrayIcon * add quotes around full zipCmd * fix paths to download, unzip, and run ccxt binary * extract out unzipping of ccxt from download as a seprate check * zip command is a single one-liner command because of the cd business * guiWeb should use absolute unix path to avoid having to run from base kelp dir * update guiBuildDir for dev mode since server now runs from the bin directory in dev mode * fix configsDir and logsDir in APIServer * currentDirUnix should be exxplicitly converted to a unix style path * fix unix filepath for currentDirUnix * remove exec folder
- Loading branch information