don't include en-US in macos dmg name
This commit is contained in:
parent
76c934ba35
commit
f8bdd62795
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ ifeq ($(use_docker),)
|
|||
use_docker:=true
|
||||
endif
|
||||
|
||||
outfile=librewolf-$(version)-$(release).en-US.mac.$(arch).dmg
|
||||
outfile=librewolf-$(version)-$(release).mac.$(arch).dmg
|
||||
|
||||
docker :
|
||||
docker build --build-arg "arch=$(arch)" --build-arg "version=$(version)" --build-arg "source_release=$(source_release)" -t librewolf/bsys5-image-macos-$(arch) - < assets/macos.Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue