File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22 release :
33 types : [created]
44
5+ env :
6+ ASI_LOADER_VERSION : " 4.68"
7+
58name : Build Release
69jobs :
710 build :
@@ -21,15 +24,15 @@ jobs:
2124 args : --release
2225 - name : Download Ultimate ASI Loader
2326 run : |
24- wget https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/v4.68 /Ultimate-ASI-Loader_x64.zip
27+ Invoke-WebRequest " https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/v${env:ASI_LOADER_VERSION}/Ultimate-ASI-Loader_x64.zip" -OutFile . /Ultimate-ASI-Loader_x64.zip
2528 7z x .\Ultimate-ASI-Loader_x64.zip dinput8.dll
2629 - run : mkdir staging
2730 - name : Create the mod archive
2831 working-directory : staging
2932 run : |
3033 mkdir -p ./system/plugins
3134 cp ../target/release/crony_gui.dll ./system/plugins/crony_gui.asi
32- cp ./dinput8.dll ./system/version.dll
35+ cp .. /dinput8.dll ./system/version.dll
3336 7z a -mx=9 -r ./crony-gui.zip *
3437 - name : Upload the mod archive
3538 uses : actions/upload-release-asset@v1
Original file line number Diff line number Diff line change 22Small WIP script hook/extender for Elex 2
33
44### how to
5- This library uses [ Rhai] ( https://rhai.rs ) as the scripting languages .
5+ This library uses [ Rhai] ( https://rhai.rs ) as the scripting language .
66You can find available game functions [ here] ( https://github.com/jac3km4/crony-gui/tree/master/doc/FUNCTIONS.md ) .
77
88### demo
You can’t perform that action at this time.
0 commit comments