Skip to content

Commit 7aa673a

Browse files
committed
ci: Add GitHub Actions workflow for build and release
1 parent 73c19fe commit 7aa673a

File tree

16 files changed

+13
-242588
lines changed

16 files changed

+13
-242588
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,15 @@ Thumbs.db
2121
*.sw?
2222

2323
# Файл с данными камер (содержит пароли!)
24-
cameras.json
24+
cameras.json
25+
26+
# PyInstaller files
27+
/build/
28+
/dist/
29+
*.spec
30+
31+
# Python cache
32+
__pycache__/
33+
*.pyc
34+
*.pyo
35+
*.pyd

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openipc-dashboard",
3-
"version": "2.7.2",
3+
"version": "2.7.3",
44
"description": "App for managing OpenIPC cameras",
55
"main": "main.js",
66
"scripts": {

python_src/build/analytics/Analysis-00.toc

Lines changed: 0 additions & 26128 deletions
This file was deleted.

python_src/build/analytics/EXE-00.toc

Lines changed: 0 additions & 11469 deletions
This file was deleted.

python_src/build/analytics/PKG-00.toc

Lines changed: 0 additions & 11447 deletions
This file was deleted.
-27 MB
Binary file not shown.

python_src/build/analytics/PYZ-00.toc

Lines changed: 0 additions & 14682 deletions
This file was deleted.
-822 KB
Binary file not shown.
-2.93 KB
Binary file not shown.

0 commit comments

Comments
 (0)