Skip to content

Commit

Permalink
Do not use SQFC for a quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako committed Dec 30, 2023
1 parent d45fdeb commit 7a6fe82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- uses: actions/checkout@master
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
with:
version: 'v1.10.2'
- name: Run HEMTT build
run: hemtt release
# - name: Upload Release
Expand Down
8 changes: 3 additions & 5 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ workshop = [
"463939057" # ACE3
]
parameters = [
"-skipIntro", # These parameters are passed to the Arma 3 executable
"-noSplash", # They do not need to be added to your list
"-showScriptErrors", # You can add additional parameters here
"-debug",
"-world=empty",
"-filePatching",
"C:\\Users\\diwako\\Documents\\Arma 3\\missions\\dui.VR\\mission.sqm", # Launch into existing Editor Mission - \\ needed
]

Expand All @@ -41,3 +36,6 @@ authority = "diwako_dui"

[hemtt.release]
folder = "diwako_dui"

[asc]
enabled = false
2 changes: 1 addition & 1 deletion addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 1
#define MINOR 10
#define PATCHLVL 0
#define PATCHLVL 1
#define BUILD 0

0 comments on commit 7a6fe82

Please sign in to comment.