mirror of
https://codeberg.org/librewolf/source.git
synced 2025-03-25 12:31:38 -05:00
bugfixes
This commit is contained in:
parent
2b85d63411
commit
55219260a1
1 changed files with 2 additions and 1 deletions
|
@ -134,8 +134,9 @@ exec('MACH_USE_SYSTEM_PYTHON=1 ./mach package')
|
|||
## copy the artifact from obj-* to a friendlier location... to: /work
|
||||
version = sys.argv[1]
|
||||
_dirname = get_objdir()
|
||||
artifact = "{}/dist/firefox-{}.en-US.linux-x86_64.tar.bz2".format(_dirname,version)
|
||||
artifact = "{}/dist/librewolf-{}.en-US.linux-x86_64.tar.bz2".format(_dirname,version)
|
||||
enter_srcdir('/work')
|
||||
|
||||
enter_srcdir()
|
||||
cmd = "cp -v {} .".format(artifact)
|
||||
exec(cmd)
|
||||
|
|
Loading…
Add table
Reference in a new issue