mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 00:32:03 -08:00
remove unnecessary code
This commit is contained in:
parent
349e082ebe
commit
b4d62623e1
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