Compare commits

...

5 Commits

Author SHA1 Message Date
Slava
abd1186280 Update .gitlab-ci.yml file 2023-08-26 23:27:42 +00:00
Slava
4f65bc33b4 Update .gitlab-ci.yml file 2023-08-26 23:25:00 +00:00
Slava
3f17cef2f3 Update .gitlab-ci.yml file 2023-08-26 23:24:50 +00:00
Slava
83b57db47c Update 4 files
- /.vs/weapon-project-extended/FileContentIndex/2fe244d5-ef8a-4276-982d-733b681bb951.vsidx
- /.vs/weapon-project-extended/v17/.wsuo
- /.vs/VSWorkspaceState.json
- /.vs/slnx.sqlite
2023-08-26 23:23:44 +00:00
Slava
ca53b60531 Update modinfo.lua 2023-08-26 23:06:53 +00:00
6 changed files with 9 additions and 9 deletions

View File

@@ -10,6 +10,14 @@ release_job:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
- if: $CI_COMMIT_TAG
when: never
- if:
changes:
- README.md
- CHANGELOG
- .gitattribute
- .gitignore
- .gitlab-ci.yml
when: never
- if:
changes:
- data/**/*

View File

@@ -1,7 +0,0 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\C:\\Users\\riksl\\Source\\Repos\\weapon-project-extended",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

View File

@@ -1,4 +1,3 @@
meta =
{
-- ID of your mod; Make sure this is unique!
@@ -14,7 +13,7 @@ meta =
title = "Weapon Pack Extended2",
-- Description of your mod that will be displayed to players
description = "Adds some new weapon to the game. test",
description = "Adds some new weapon to the game.",
-- Insert all authors into this list
authors = {"Alive!"},