We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I believe I followed the instructions exactly however I am getting the error in the screenshot further below.
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net5.0</TargetFramework> <RuntimeIdentifiers>osx-x64</RuntimeIdentifiers> <CFBundleName>NftJsonGen</CFBundleName> <!-- Also defines .app file name --> <CFBundleDisplayName>NftJsonGen</CFBundleDisplayName> <CFBundleIdentifier>com.endomint</CFBundleIdentifier> <CFBundleVersion>1.0.0</CFBundleVersion> <CFBundleShortVersionString>1.0.0</CFBundleShortVersionString> <OutputType>WinExe</OutputType> <CFBundlePackageType>APPL</CFBundlePackageType> <CFBundleExecutable>NftJsonGen</CFBundleExecutable> <CFBundleIconFile>Logo.icns</CFBundleIconFile> <!-- Will be copied from output directory --> <NSPrincipalClass>NSApplication</NSPrincipalClass> <NSHighResolutionCapable>true</NSHighResolutionCapable> </PropertyGroup> <ItemGroup> <Folder Include="Models\" /> <AvaloniaResource Include="Assets\**" /> <None Remove=".gitignore" /> </ItemGroup> <ItemGroup> <PackageReference Include="Avalonia" Version="0.10.10" /> <PackageReference Include="Avalonia.Desktop" Version="0.10.10" /> <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.10" /> <PackageReference Include="Avalonia.ReactiveUI" Version="0.10.10" /> <PackageReference Include="Dotnet.Bundle" Version="*" /> </ItemGroup> </Project>
I would appreciate any pointers in the right direction please.
I have also got the file list as below: https://mike.getsharex.com/2022/01/20220129_y6MIvgrM2X.html
The text was updated successfully, but these errors were encountered:
Having the same issue here
Sorry, something went wrong.
Managed to fix my issue. Make sure you point <CFBundleExecutable>NftJsonGen</CFBundleExecutable> to your actual executable on your project
<CFBundleExecutable>NftJsonGen</CFBundleExecutable>
No branches or pull requests
Hi there,
I believe I followed the instructions exactly however I am getting the error in the screenshot further below.
I would appreciate any pointers in the right direction please.
I have also got the file list as below:
https://mike.getsharex.com/2022/01/20220129_y6MIvgrM2X.html
The text was updated successfully, but these errors were encountered: