cyan-ice / saturday

A single-character command stack-based esoteric programming language written in python.
MIT License
2 stars 1 forks source link

Delete executable files #7

Closed BDadmehr0 closed 3 weeks ago

BDadmehr0 commented 2 months ago

It is reasonable to upload executable files in Releases and only source code in the repo because this will increase the size of the repo.

cyan-ice commented 2 months ago

You're right. But we're keeping the executables until I have a script to generate the executable (e.g. using pyinstaller), because I want people to be able to access the executable by cloning our repo or downloading from the releases.

BDadmehr0 commented 2 months ago

You're right. But we're keeping the executables until I have a script to generate the executable (e.g. using pyinstaller), because I want people to be able to access the executable by cloning our repo or downloading from the releases.

Do you want me to write a script that creates an executable file for the desired operating system?

cyan-ice commented 1 month ago

Sure. @BDadmehr0

BDadmehr0 commented 1 month ago

https://github.com/cyan-ice/saturday/pull/9