Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command-line apps don't write to terminal #7

Open
nnpcYvIVl opened this issue Apr 20, 2018 · 0 comments
Open

Command-line apps don't write to terminal #7

nnpcYvIVl opened this issue Apr 20, 2018 · 0 comments

Comments

@nnpcYvIVl
Copy link

Command-line apps that have been bytepressed fail to output to the terminal.

C:\Download\bytepress.v1.0.0.2>bytepress bytepress.exe

██████╗ ██╗   ██╗████████╗███████╗██████╗ ██████╗ ███████╗███████╗███████╗
██╔══██╗╚██╗ ██╔╝╚══██╔══╝██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝
██████╔╝ ╚████╔╝    ██║   █████╗  ██████╔╝██████╔╝█████╗  ███████╗███████╗
██╔══██╗  ╚██╔╝     ██║   ██╔══╝  ██╔═══╝ ██╔══██╗██╔══╝  ╚════██║╚════██║
██████╔╝   ██║      ██║   ███████╗██║     ██║  ██║███████╗███████║███████║
╚═════╝    ╚═╝      ╚═╝   ╚══════╝╚═╝     ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝
Version: 1.0.0.2
Author: Adam Roach
Project: github.com/roachadam/bytepress

09:18:06.846: Verifying file is .NET assembly...
09:18:06.853: Calculating the best compression algorithm...
09:18:06.856: --------------------------------------------
09:18:06.857: Testing algorithm: Gzip...
09:18:06.863: Gzip Compression Ratio: 56.12%
09:18:06.863: --------------------------------------------
09:18:06.864: Testing algorithm: QuickLZ...
09:18:06.874: QuickLZ Compression Ratio: 47.12%
09:18:06.874: --------------------------------------------
09:18:06.875: Testing algorithm: LZMA...
09:18:06.970: LZMA Compression Ratio: 61.44%
09:18:06.971: --------------------------------------------
09:18:06.971: Chosen algorithm: LZMA
09:18:06.971: Writing compressed payload to %temp%...
09:18:06.972: Copying assembly information and icon...
09:18:06.985: Compiling...

09:18:07.087: Compression Results
09:18:07.089: --------------------------------------------
09:18:07.092: Initial File Size:    72.5Kb
09:18:07.092: Compressed File Size: 27.96Kb
09:18:07.093: Compression Ratio:    -6.21%
09:18:07.100: Warning: Compressed size is larger than original.
09:18:07.102: --------------------------------------------

09:18:07.103: Cleaning up...
09:18:07.106: Done! File successfully bytepressed to: C:\Download\bytepress.v1.0.0.2\bytepress_bytepressed.exe

C:\Download\bytepress.v1.0.0.2>bytepress_bytepressed.exe bytepress_bytepressed.exe

C:\Download\bytepress.v1.0.0.2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant