tusharsadhwani / packaged

The easiest way to ship python applications.
https://packaged.live
GNU General Public License v2.0
188 stars 8 forks source link

Error out if output path already exists #20

Closed tusharsadhwani closed 3 months ago

tusharsadhwani commented 3 months ago
$ packaged ./aliens.bin 'pip install foo' 'python -m foo' 
Error: output path './aliens.bin' already exists

$ packaged . 'pip install foo' 'python -m foo'
Error: output path '.' already exists
Consider giving a filename, like './myapp.bin'