You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for snap (now available in the snapstore)
Added snap build scripts
Added flag binDir allowing recursively to capture exe dll and so
Changed the logic of the bin flag now, if you select a folder in the file location, then all its contents will be captured
Changed and corrected the logic of the clear flag now it cleans all the expanded content on a specific target.
Added flag targetDir which defines the place where the expanded project will lie
The structure of the deployed project has been changed, now all the launch shells are in the root and the binaries are in the bin folder, a launch script of the same name is created for each binary.
Removed old runScript flag due to change of deployment logic
Added verbose flag for debugging by
Fixed performance bugs
Список изменений:
Добавлена поддержка windows (только динамическая линковка)
Добавлена поддержка snap (теперь доступно в snapstore)
Добавлены сборочные скрипты для snap
Добавлен флаг binDir позволяющий рекурсивно захватывать exe dll и so
Изменена логика работы флага bin теперь если выбрать в место файла папку то будет захвачено все ее содержимое
Изменена и исправлена логика работы флага clear теперь он чистит все развернутое содержимое по определенному таргету.
Добавлен флаг targetDir который определяет место где будет лежать развернутый проект
Изменена структура развернутого проекта, теперь все оболочки запуска лежат в корне а бинарники в папке bin, для каждого бинарника создается одноименный скрипт запуска.
Удален старый флаг runScript из-за смены логики развертывания