Skip to content

Commit

Permalink
v1.0-BETA-7
Browse files Browse the repository at this point in the history
  • Loading branch information
dla-fritz committed Jul 22, 2022
1 parent 962ed75 commit 4a37291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/friller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

BINARY=friller
VERSION=1.0.0-BETA-7
SigFile=pronom:DROID_SignatureFile_V100.xml;container-signature-20211216.xml
SigFile=pronom:DROID_SignatureFile_V106.xml;container-signature-20220704.xmll
BUILD=`git rev-parse --short HEAD`
PLATFORMS=darwin linux windows
ARCHITECTURES=amd64
Expand All @@ -23,7 +23,7 @@ build_all:
mv friller-linux friller && tar cvfz friller_linux_$(VERSION).tar.gz friller
rm friller
mv friller-windows friller.exe && tar cvfz friller_win_$(VERSION).tar.gz friller.exe
rm friller
rm friller.exe


clean:
Expand Down

0 comments on commit 4a37291

Please sign in to comment.