Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisenola/crypto-auto
https://github.com/alisenola/crypto-auto
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/alisenola/crypto-auto
- Owner: alisenola
- License: mit
- Created: 2022-11-09T12:25:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T12:25:44.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T09:11:38.026Z (4 months ago)
- Language: Go
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto Auto
An example cross-platform (Mac, Windows, Linux) system tray application that can launch HTML5 windows, developed in Go including functional build process. This repository is intended as a quick reference to help others start similar projects using the referenced libraries and will not be actively maintained.## Requirements
The build process requires a `.env` at the root of your repo file, defining the following:
```
VERSION=1.0.0
NAME=CryptoAuto
NAME_LOWER=crypto-auto
```Additionally, you'll need to install the following to build for all platforms:
```
go get github.com/akavel/rsrc
npm install --global create-dmg
brew install graphicsmagick imagemagick
```https://www.docker.com/get-started
Once Docker is installed, go to `Preferences > Resources > File Sharing` and add your `bin` directory in your repository to the list of locations so that build outputs can be shared from the images.