Skip to content

Commit 3d53c9d

Browse files
author
pikachuren
committed
Updated20221227154838
1 parent a17dace commit 3d53c9d

File tree

1,869 files changed

+228920
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,869 files changed

+228920
-0
lines changed

Asserts/favicon.ico

422 KB
Binary file not shown.

Builds.py

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# -*- coding: utf-8 -*-
2+
import sys
3+
import os
4+
from cx_Freeze import setup, Executable
5+
6+
# ADD FILES
7+
files = []
8+
9+
# TARGET
10+
target = Executable(
11+
script="Client.py",
12+
# base="Win32GUI",
13+
icon="Asserts/favicon.ico"
14+
)
15+
16+
# SETUP CX FREEZE
17+
setup(
18+
name="PC Software Code Signing Certificate Block Tool",
19+
copyright=""
20+
version="2.0.0",
21+
description="PC软件代码签名证书限制工具",
22+
author="Pikachu I.M. https://github.com/PIKACHUIM/BanCert",
23+
options={'build_exe': {'include_files': files}},
24+
executables=[target],
25+
)

Cleans.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
rd /s /q Release\2.0.0
2+
mkdir Release\2.0.0
3+
xcopy /s /e /y build\exe.win-amd64-3.9\ Release\2.0.0\
4+
rd /s /q build

Release/2.0.0/Client.exe

437 KB
Binary file not shown.
145 Bytes
Binary file not shown.

Release/2.0.0/lib/Modules/add.pyc

1.87 KB
Binary file not shown.

Release/2.0.0/lib/Modules/ban.pyc

801 Bytes
Binary file not shown.

Release/2.0.0/lib/Modules/get.pyc

1.56 KB
Binary file not shown.

Release/2.0.0/lib/Modules/log.pyc

2.12 KB
Binary file not shown.
145 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)