Skip to content

Commit

Permalink
Fix powershell scripts bug, rename archived file
Browse files Browse the repository at this point in the history
  • Loading branch information
flutydeer committed Jan 4, 2023
1 parent 9f66f27 commit d23b965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack-gui.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Remove-Item ./dist/slicer-gui/PySide6/Qt6Svg.dll
Remove-Item -Path ./dist/slicer-gui/PySide6/translations -Recurse

# Compress files
Compress-Archive -Path .\dist\slicer-gui -DestinationPath .\dist\slicer-gui.zip
Compress-Archive -Path .\dist\slicer-gui -DestinationPath .\dist\slicer-gui-windows.zip -Force

0 comments on commit d23b965

Please sign in to comment.