Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk155 committed Aug 10, 2024
1 parent ddf572f commit 936e40e
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 977 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/workflows/build.yaml'

env:
VERSION: "1.5"
VERSION: "2.0"
USER: Mikk155
REPOSITORY: ripent.py

Expand All @@ -21,6 +21,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Install pyinstaller
run: pip install pyinstaller

Expand Down Expand Up @@ -48,6 +53,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Install pyinstaller
run: pip install pyinstaller

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Testing
ripent.bat
maps/*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
419 changes: 17 additions & 402 deletions LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 936e40e

Please sign in to comment.