NVIDIA-Omniverse / kit-app-template

Omniverse Kit App Template
Other
252 stars 69 forks source link

How to build .bat files while packaging on linux #12

Closed apric0ts closed 2 months ago

apric0ts commented 3 months ago

I have a linux x86-64 machine and want to thin package my app and generate pull-kit-sdk and other files for BOTH linux and windows for cross-platform development.

When I package my kit app using the template in thin format following commands from the kit-app-template docs, only .sh files are generated, and Windows cant run those files. How can I generate .bat files using the template on linux?

From this repo's readme:

The kit-app-template enables developers to create cross-platform (Windows and Linux) accelerated applications

Here's a screenshot of the files generated from thin package: image

SchultzC commented 3 months ago

The tooling and templates will work cross platform. However, the packaging operation will generate the required package for the OS you are currently using. Packaging your application on Windows will generate the required .bat files