We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dfc78 commit 02aa619Copy full SHA for 02aa619
pfs-shell/build.py
@@ -172,7 +172,7 @@ def main():
172
# Calculate size
173
total_size = sum(f.stat().st_size for f in portable_dir.rglob('*') if f.is_file())
174
175
- print(f"\n✓ Build successful!")
+ print(f"\nBuild successful!")
176
print(f"Portable directory: {portable_dir}")
177
print(f"Size: {total_size / 1024 / 1024:.2f} MB")
178
print(f"\nUsage:")
0 commit comments