Skip to content

Follow the SDK's Windows x64 directory rename - #252

Closed
Naruto wants to merge 1 commit into
developfrom
chore/sdk-windows-x64-path
Closed

Follow the SDK's Windows x64 directory rename#252
Naruto wants to merge 1 commit into
developfrom
chore/sdk-windows-x64-path

Conversation

@Naruto

@Naruto Naruto commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

Depends on cri-middleware/SpriteStudio-SDK#342 — land that first.

The SDK now names its Windows library directories the way Windows does:
libs/windows/x64 instead of libs/windows/x86_64. download-sdk.ps1 reads
from the new path.

The custom-module copies it makes keep their
ssruntime.windows.<target>.x86_64.lib names: that is Godot's own artifact
convention (godot.windows.editor.x86_64.exe), not the SDK's layout, so it
stays on Godot's vocabulary.

The SDK also starts shipping Windows arm64 libraries in the same release. This
PR does not wire them up — that needs matching .arm64.lib module copies and
build configuration, which is a Windows-on-ARM port rather than a path change.

The SDK now names its Windows library directories the way Windows does
(libs/windows/x64 instead of libs/windows/x86_64), so download-sdk.ps1
reads from the new path.

The custom-module copies it makes keep their ssruntime.windows.<target>.x86_64.lib
names: that is Godot's own artifact convention, not the SDK's layout.
@Naruto

Naruto commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator Author

Not needed. The SDK PR dropped the libs/windows/x86_64libs/windows/x64 rename, so the arch names stay identical on both sides of the download and this script needs no change.

The rename would have made Windows the only non-identity mapping in this download script, permanently, for a cosmetic gain. Keeping download-sdk as plain placement — extract, put files where they go, never rename — is worth more than matching Microsoft's spelling in the SDK tree.

The SDK still starts shipping Windows arm64 libraries; that is purely additive and this script ignores the new directory.

@Naruto Naruto closed this Aug 2, 2026
@Naruto
Naruto deleted the chore/sdk-windows-x64-path branch August 2, 2026 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant