mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 01:52:04 -08:00
remove failing code
This commit is contained in:
parent
d2afa006fb
commit
9abd707c78
1 changed files with 0 additions and 4 deletions
|
|
@ -82,10 +82,6 @@ def run_build(target, arch):
|
|||
builder.build()
|
||||
# Run package
|
||||
builder.package()
|
||||
# Move assets to dist
|
||||
print('Assets:', ', '.join(builder.assets))
|
||||
for asset in builder.assets:
|
||||
shutil.move(asset, f'dist/{asset}')
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue