Skip to content

Bundling App on Windows Fails #14

Open
@Arryk

Description

Hi,

I am trying to build a very simple application to test the bundler on Windows, but the application returns an error.

I have a very simple main.jl that contains

println("main.jl has been called!")

My Project.toml file

name = "TestBundle"
authors = ["AH"]
version = "0.0.1"

[bundle]
APP_NAME = "TestBundle"
APP_DESCRIPTION = "An app to TestBundle"
APP_DISPLAY_NAME = "TestBundle"
APP_SUMMARY = "An app to rTestBundle"
BUNDLE_IDENTIFIER = "none"
PUBLISHER = "CN=AH"
PUBLISHER_DISPLAY_NAME = "AH"
WITH_SPLASH_SCREEN = true

After that I run in the REPL
AppBundler.bundle_app(Windows(:x86_64), "TestBundle", "build/TestBundle.zip")

And I get a lots of errors
image

Every single filename has an "issue" with invalid characters.

I am running Julia 1.10.4 on Windows 11 Pro 22H2 (build 22621.1413)

Any idea how to get this to work ?

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions