redistHelper icon indicating copy to clipboard operation
redistHelper copied to clipboard

A small Windows script to quickly create redistribuable of an existing simple HL/JS/SWF haxe project.

Results 10 redistHelper issues
Sort by recently updated
recently updated
newest added

When running on Windows the msvcr120.dll can not be found Running the command: > ```haxelib run redistHelper app.hxml hlimgui.hdll -o bin -p app``` Causes the error: > Uncaught exception File...

When running the script on Linux, it would fail to create a build. This was because it would throw an unhandled exception when looking for the hl.exe file. The exception...

bug

Hello! I'm not very familiar with building C code, so redistHelper has been a life saver for my Heaps projects, so thank you for creating it! One thing that I...

Follow up of: https://github.com/deepnight/deepnightLibs/issues/8 Help needed: - [ ] determine a list all required files for a Hashlink redistributable on Linux - [ ] when implemented: testing

enhancement
help wanted

Should the hashlink binaries and libraries be "separated" from this project and downloaded separately if needed, or should it all be bundled together? --- I am working on adding linux...

I have modified the Main.hx so it runs on Linux (should run on Mac as well) and can package Linux application. Additionally I have included Windows files in the redistFiles...

```"command": "haxelib run redistHelper hl.sdl.hxml -v -o redist -p Kalevala"``` ``` Execute ':package: Redist' command... RedistHelperDir=/usr/local/lib/haxe/lib/redistHelper/git/ ProjectDir=/Users/eoy/Games/kalevala/ ExtraFiles listing: Project name: Kalevala Initializing folder: redist... Parsing hl.sdl.hxml... Building hl.sdl.hxml... Packaging...

Related: https://community.heaps.io/t/distributing-for-mac-and-linux/490/3?u=josuigoa Follow up of this issue: https://github.com/deepnight/deepnightLibs/issues/5 Help needed: - [ ] determine a list all required files for a Hashlink redistributable on OSX - [ ] when implemented:...

enhancement
help wanted