You need to log in to create posts and topics.

git tag should be used to mark new release

1) Just before you making new release please add corresponding git tag to mark this new release. This is how development in git works. Example

2) build artifact naming should match with tag. For example for tag 2.0.0 not SimulIDE_2-R260407_Lin64.tar.gz but SimulIDE_2.0.0-x86_64.tar.gz 

3) Please use x86_64 or amd64 instead of Lin64. First two is de-facto standard naming, I like x86_64 because it is what uname -m received...

All this is not necessary, these are the rules of good manners. Please adhere to generally accepted standards.

Hi.

Thanks for the recommendations, but:

1) SimulIDE is not "developed in git". Those are just repos to hold the code.

2) These are not releases but tester builds.

3) Lin64 is about the OS, not the machine architecture. Here only x86 is distributed.

1) I downloaded source code `wcurl https://simulide.com/p/wp-content/uploads/shared-files/testers/200/SimulIDE_2-R260407_Sources.zip` and I there is no git inside. Wow... Can I ask, do you plan to use git?

2) Got it.

3) Sorry, my mistake. Let me explain what I mean

3.1) Instead of Lin use linux (and also windows, macos) like in reference

3.2) Instead of 64 use x86_64 or amd64. Lin64 is real strange...

3.3) Instead of  "_" use "-", so final result scheme SimulIDE-1.2.3-linux-x86_64.tar.gz