mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 02:53:30 +00:00
fixed shared object suffx for 64bits linux extension
This commit is contained in:
8
.github/workflows/pack_early.yaml
vendored
8
.github/workflows/pack_early.yaml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: Pack_beta
|
name: Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches: [monorepo]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
package_application:
|
package_application:
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: x86_64-unknown-linux-gnu
|
name: x86_64-unknown-linux-gnu
|
||||||
- run: mv ./libarmatak.so ./armatak.so
|
- run: mv ./libarmatak.so ./armatak_x64.so
|
||||||
- name: Download Android Application Installer
|
- name: Download Android Application Installer
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -87,7 +87,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: x86_64-unknown-linux-gnu
|
name: x86_64-unknown-linux-gnu
|
||||||
- run: mv ./libarmatak.so ./armatak.so
|
- run: mv ./libarmatak.so ./armatak_x64.so
|
||||||
- name: Download Android Application Installer
|
- name: Download Android Application Installer
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
// function description: Receives a player's unit as param and return the information array for SIMTAK
|
// function description: Receives a player's unit as param and return the information array for SIMTAK
|
||||||
|
|
||||||
params["_unit"];
|
params["_unit"];
|
||||||
|
|
||||||
private _location = (getPos _unit) call armatak_fnc_convert_location;
|
private _location = (getPos _unit) call armatak_fnc_convert_location;
|
||||||
|
|
||||||
private _atak_latitude = _location select 0;
|
private _atak_latitude = _location select 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user