maestrith / AHK-Studio

Created with AHK Studio
http://www.maestrith.com
363 stars 68 forks source link

Duplicated files in ZIP archive when unpacking #156

Open tempuserr opened 6 years ago

tempuserr commented 6 years ago

Hi,

There are duplicated files in archive with source code from Master Branch and last release 1.005.00 source code zip:

All 4 files are in the same zip archive, so unpacking program ask for overwrite each other during unpacking.

PS There is no version number in version linked from your web page (title of About dialog in AHK-Studio is without version number). So which version is better (stable) to use: from Releases (released as 1.005.00, but in About dialog is 1.003.30) OR unversioned from webpage/master branch?

maestrith commented 6 years ago
  • README.md (size 59 bytes) + Readme.md (size 23 bytes)
  • lib\Commands.xml (size 41 777 bytes) + lib\commands.xml (size 43 661 bytes)

Removed them. Thanks for that. I get so lost in updates that I forget that there are duplicates.

There is no version number in version linked from your web page (title of About dialog in AHK-Studio is without version number).

Which site so I can fix it. maestrith.com or the AutoHotkey forum? 1.005.XX+ is going to be the most recent/stable versions

tempuserr commented 6 years ago

"Webpage" I mean maestrith.com - this link to .ahk file from Master Branch (https://raw.githubusercontent.com/maestrith/AHK-Studio/master/AHK-Studio.ahk). It is same as when I select on Git > Code > Clone or download > Download ZIP.

And in this source code near beginnig is this line of code: Setup(11),Hotkeys(11,{"Esc":"11Close"}), ;auto_version

Contrary on this page, in ZIP with 1.005.00 version in .ahk file there is: Setup(11),Hotkeys(11,{"Esc":"11Close"}), Version:="1.003.31"

maestrith commented 6 years ago

oh boy...that's messed up again. Thanks for pointing that out.

maestrith commented 6 years ago

oops, I'll fix that soon. Just download the main zip and it'll be ok. https://github.com/maestrith/AHK-Studio/archive/master.zip

tempuserr commented 6 years ago

There is 1.005.06 now. Thanks!

maestrith commented 6 years ago

yep. I need to fix the way that Studio handles the tags. It is still stuck on 1.005.00

derz00 commented 6 years ago

I have noticed that version numbers haven’t made much sense in Studio. But never bothered to bother you. :P

tempuserr commented 6 years ago

Hi again,

Still duplicated files in last 1.005.14 release.

maestrith commented 6 years ago

I could have sworn that I removed them before... I deleted them again. Thanks for the heads up. Hopefully they stay deleted :(

thakyZ commented 1 year ago

@maestrith I am sorry to announce, README.md and Readme.md are still in existence... EDIT: it would appear commands too...