mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-24 04:17:47 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a504506129 | ||
|
|
7bada81eb9 | ||
|
|
2929735429 |
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -5,6 +5,10 @@ on:
|
|||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- '.gitignore'
|
||||||
|
- 'LICENSE'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_NUMBER: ${{ github.run_number }}
|
BUILD_NUMBER: ${{ github.run_number }}
|
||||||
@@ -12,7 +16,6 @@ env:
|
|||||||
PROJECT_NAME: "WeaponPaints"
|
PROJECT_NAME: "WeaponPaints"
|
||||||
OUTPUT_PATH: "./WeaponPaints"
|
OUTPUT_PATH: "./WeaponPaints"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ Unfinished, unoptimized and not fully functional ugly demo weapon paints plugin
|
|||||||
|
|
||||||
## Web install
|
## Web install
|
||||||
Disregard if the config is **`GlobalShare = true`**;
|
Disregard if the config is **`GlobalShare = true`**;
|
||||||
- Requires PHP >= 7.3; ***(Tested on php ver **`8.2.3`** and nginx webserver)***
|
- Requires PHP >= 7.4; ***(Tested on php ver **`8.2.3`** and nginx webserver)***
|
||||||
- Copy website to web server; ***(Folder `img` not needed)***
|
- Copy website to web server; ***(Folder `img` not needed)***
|
||||||
- Get [Steam API Key](https://steamcommunity.com/dev/apikey);
|
- Get [Steam API Key](https://steamcommunity.com/dev/apikey);
|
||||||
- Fill in database credentials and api key in `class/config.php`;
|
- Fill in database credentials and api key in `class/config.php`;
|
||||||
@@ -78,3 +78,4 @@ Disregard if the config is **`GlobalShare = true`**;
|
|||||||
|
|
||||||
## Preview
|
## Preview
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user