mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
Compare commits
1 Commits
v0.4.0
...
ea1627ec2e
| Author | SHA1 | Date | |
|---|---|---|---|
| ea1627ec2e |
@@ -2,7 +2,7 @@
|
||||
# Builds release artifacts for GitHub releases
|
||||
|
||||
APP_NAME := envr
|
||||
VERSION := $(shell grep 'version = ' flake.nix | head -1 | sed 's/.*version = "\(.*\)";/\1/')
|
||||
VERSION := $(file < version.txt)
|
||||
BUILD_DIR := builds
|
||||
|
||||
# Binary names
|
||||
|
||||
Reference in New Issue
Block a user