Skip to content

Commit 02aa619

Browse files
committed
make windows build script happy
1 parent 46dfc78 commit 02aa619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pfs-shell/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def main():
172172
# Calculate size
173173
total_size = sum(f.stat().st_size for f in portable_dir.rglob('*') if f.is_file())
174174

175-
print(f"\n✓ Build successful!")
175+
print(f"\nBuild successful!")
176176
print(f"Portable directory: {portable_dir}")
177177
print(f"Size: {total_size / 1024 / 1024:.2f} MB")
178178
print(f"\nUsage:")

0 commit comments

Comments
 (0)