NyCodeGHG / omsi-launcher

Make eCitaro go ZZZZ ZZZZ <electrical noise> with less lag
GNU General Public License v3.0
11 stars 2 forks source link

Use JVM APIs for symlinking when Dev Mode is enabled or running as Administator #3

Closed NyCodeGHG closed 2 years ago

DRSchlaubi commented 2 years ago

Don't think that will work as IntelliJ only has a Run as administrator option for rust, simmilar to intellij we have a global bin folder

NyCodeGHG commented 2 years ago

i don't understand why it shouldn't work.

DRSchlaubi commented 2 years ago

the JVM apis won't wortk unless you are an admin, and beeing an admin is painful when running in intellij, which makes it pointless to use them in dev mode

NyCodeGHG commented 2 years ago

what, i mean when the windows dev mode is enabled so you don't need admin for symlinks

NyCodeGHG commented 2 years ago

but since we handle this in the rust executable we can close this