<Copy files into release distributable directory> ...
# stackoverflow
r
Copy files into release distributable directory I need my Jetpack Compose application to be able to execute some PowerShell scripts that I keep in the ps1 directory in the project root directory. I build it with the createReleaseDistributable task and zip it manually before uploading it. The self-contained release of my app is created here: ..\MyApp\build\compose\binaries\main-release\app\MyApp-v1.2.3 This directory contains the app and the runtime directories and MyApp.exe. Now, I would like to copy the ps1 directory into that...