bugfixes
This commit is contained in:
parent
4bebf3a1ed
commit
c5496fd73a
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,10 @@ version:=$(shell cat version)
|
||||||
release:=$(shell cat release)
|
release:=$(shell cat release)
|
||||||
source_release:=$(shell cat source_release)
|
source_release:=$(shell cat source_release)
|
||||||
|
|
||||||
use_docker=true
|
#use_docker=true
|
||||||
|
ifeq ($(use_docker),)
|
||||||
|
use_docker:=true
|
||||||
|
endif
|
||||||
|
|
||||||
outfile=librewolf-$(version)-$(release).en-US.mac.$(arch).dmg
|
outfile=librewolf-$(version)-$(release).en-US.mac.$(arch).dmg
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue