Skip to content

Missing 'main' option #53

@zak-45

Description

@zak-45

Hi, I try to build exe file using the multi feature. Doc say need main param, but if I put it I got this warning :

Warning: Unexpected input(s) 'main'.

Here is my action entries:

  - name: Build Executable for ${{runner.os}}
    uses: Nuitka/[email protected]
    with:
      nuitka-version: 2.2.3
      script-name: WLEDVideoSync.py
      company-name: zak-45
      file-version: ${{github.event.inputs.mytag}}
      enable-plugins: tk-inter
      disable-console: True
      deployment: true
      windows-icon-from-ico: assets/favicon.ico
      macos-app-icon: assets/favicon.ico
      macos-create-app-bundle: true
      onefile: true
      onefile-tempdir-spec: ./WLEDVideoSync
      output-file: WLEDVideoSync-${{runner.os}}
      include-module: |
        CastAPI
        zeroconf._utils.ipaddress
        zeroconf._handlers.answers
        pygments.formatters.html
        dbm.dumb
      include-data-dir: |
        tmp=tmp
        log=log
        assets=assets
        config=config
        media=media
        nicegui=nicegui
        xtra=xtra
      include-data-files: |
        favicon.ico=favicon.ico
      main: |
        devstats.py
        netstats.py
        sysstats.py

Thanks

Metadata

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