fix: paketteki ikiliye calistirilabilir izni ver, surum 0.1.6 - #4
Merged
Conversation
macOS ve Linux paketlerindeki ikili dosya calistirilabilir degildi (mod 0o666). zipfile.write() ana makinenin dosya modunu kopyaliyor; paket Windows'ta uretilince Unix exec biti diye bir sey olmadigi icin kayboluyordu. Eklenti macOS'ta kurulur ama ikiliyi calistiramazdi. CI kendi Linux/macOS kosucularinda paketledigi icin oradaki paketler dogruydu; hata yalnizca Windows'tan uretilen paketlerde ortaya cikiyordu. Mod artik paketleyen isletim sisteminden bagimsiz sabitleniyor. - ZipInfo ile create_system=3 (Unix) ve external_attr = 0o755 << 16 - Surum 0.1.6 (Cargo.toml + manifest.json) Dogrulama: uc paketin de ikilisi mod 0o755, Unix kaydiyla; acma testinde macOS/Linux acicisinin uygulayacagi mod 0o755 olarak dogrulandi. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
macOS/Linux paketindeki ikili calistirilabilir degildi
zipfile.write()ana makinenin dosya modunu kopyaliyor. Paket Windows'ta uretilince Unix exec biti diye bir sey olmadigi icin ikili0o666moduyla arsive giriyordu; Claude Desktop macOS'ta paketi acip ikiliyi calistiramiyordu.CI kendi Linux/macOS kosucularinda paketledigi icin oradan cikan paketler dogruydu — hata yalnizca Windows'tan elle uretilen paketlerde gorunuyordu. Mod artik paketleyen isletim sisteminden bagimsiz sabitleniyor, yani her iki yol da ayni sonucu veriyor.
Surum 0.1.6
Cargo.toml+manifest.json. Manifest surumu Claude Desktop'in yukseltme tespitinde kullaniliyor, bu yuzden paket degistiyse artmasi sart.Dogrulama
Uc paketin de ikilisi
0o755ve Unix kaydiyla yazilmis; acma testinde macOS/Linux acicisinin uygulayacagi modun0o755oldugu dogrulandi.🤖 Generated with Claude Code