mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-19 19:00:02 +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" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.gitignore'
|
||||
- 'LICENSE'
|
||||
|
||||
env:
|
||||
BUILD_NUMBER: ${{ github.run_number }}
|
||||
@@ -12,7 +16,6 @@ env:
|
||||
PROJECT_NAME: "WeaponPaints"
|
||||
OUTPUT_PATH: "./WeaponPaints"
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
permissions: write-all
|
||||
|
||||
@@ -65,7 +65,7 @@ Unfinished, unoptimized and not fully functional ugly demo weapon paints plugin
|
||||
|
||||
## Web install
|
||||
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)***
|
||||
- Get [Steam API Key](https://steamcommunity.com/dev/apikey);
|
||||
- Fill in database credentials and api key in `class/config.php`;
|
||||
@@ -78,3 +78,4 @@ Disregard if the config is **`GlobalShare = true`**;
|
||||
|
||||
## Preview
|
||||

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