Skip to content

[ID-3851] fix: windows deeplink write location, warnings#524

Merged
nattb8 merged 1 commit into
mainfrom
fix/windows-deeplink
Jul 17, 2025
Merged

[ID-3851] fix: windows deeplink write location, warnings#524
nattb8 merged 1 commit into
mainfrom
fix/windows-deeplink

Conversation

@nattb8
Copy link
Copy Markdown
Collaborator

@nattb8 nattb8 commented Jul 17, 2025

Summary

Fixes the write location for Windows deeplink-related files when the game is installed into Program Files, avoiding the need for elevated permissions. Also fixes some compiler warnings.

ID-3851

Customer Impact

Fixed Windows deeplink file write location for installs in Program Files, and resolved compiler warnings.

@nattb8 nattb8 enabled auto-merge July 17, 2025 02:33
@nattb8 nattb8 force-pushed the fix/windows-deeplink branch from 97ceb51 to 12c5494 Compare July 17, 2025 02:39
@nattb8 nattb8 merged commit 486b08f into main Jul 17, 2025
26 checks passed
@nattb8 nattb8 deleted the fix/windows-deeplink branch July 17, 2025 03:24
@github-actions github-actions Bot added the fix label Jul 17, 2025
@moritz-mg
Copy link
Copy Markdown

This is unfortunately not a fix, it is now broken in another way (testing this with any build an any install location should reveal that it now tries to run the executable as well from within persistentDataPath - i.e. the .cmd file is written with the wrong data)

@moritz-mg
Copy link
Copy Markdown

var exeName = Application.productName + suffix;
Also, this is not correct. It's probably best to take System.Environment.GetCommandLineArgs()[0]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants