- 
                Notifications
    You must be signed in to change notification settings 
- Fork 33
Open
Description
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
Labels
No labels