Accurate Linux Support
Which component should be improved?
Compiler
Describe your feature suggestion in more detail
this is minor but why is it specifically called ubuntu when it's just the default format for linux in general? thanks for your time
Where is "Ubuntu" written exactly?
Where is "Ubuntu" written exactly?
oh it's in the assets
i think you mean the filenames of CLI releases (both release and bleeding edge):
(i assume that filename is based on the filenames from the Actions CLI builds, where an Ubuntu runner is used to build the Linux version, and the OS name is added to the filename)
Oh, I see it now, and I also want to know why it's like that:
name: Publish CLI
on:
#push:
# branches: [ master ]
workflow_dispatch:
jobs:
publish_cli:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
configuration: [Debug]
bundled: [true, false]
include:
- os: ubuntu-latest
rid: linux-x64
- os: macOS-latest
rid: osx-x64
- os: windows-latest
rid: win-x64
Because for actual build command (dotnet publish) it uses rid, so it will be "linux-x64"
i think you mean the filenames of CLI releases (both release and bleeding edge):
(i assume that filename is based on the filenames from the Actions CLI builds, where an Ubuntu runner is used to build the Linux version, and the OS name is added to the filename)
lol i didnt expect to see you here CST1229
speaking of linux support
This is incredibly confusing? Can the upload seen be as an appimage instead of something in a zip, or is that not possible?
Until a better file format is made, I guess I will use the .exe version because I genuinely am confused by the volume of files in the Linux version. It does seem the UndertaleModTool.exe is compatible with gentoo via wine.
Update: I must emulate a virtual desktop if I am to use the exe. This is a similar glitch to what is found with Hex Manic Advance. If the glitch is identical, then I am lucky to be on an RX 7800XT. HMA does not function on Nvidia and requires the comic sans font. I only use HMA as it can be used to dissect old romhacks.
kinda sucks that the only "linux" support is ubuntu of all things
kinda sucks that the only "linux" support is ubuntu of all things
i run it on arch and it works
word? how did you set it up? (i also use arch)
chmod +x UndertaleModCli
you might need to install .net if it doesn't work but iunno