Skip to content

Commit 31b436d

Browse files
committed
func update & exe-release
1 parent 4eddd9b commit 31b436d

14 files changed

Lines changed: 98 additions & 6 deletions

File tree

9.56 MB
Binary file not shown.

exe-release/asset/sclatIcon.ico

17.5 KB
Binary file not shown.

exe-release/asset/sclatIcon.png

57 KB
Loading

exe-release/asset/sclatLogo.png

63.4 KB
Loading

exe-release/sclat.exe

97.2 MB
Binary file not shown.

exe-release/setting/server.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"max-client": 5,
3+
"last-server": ""
4+
}

exe-release/setting/setting.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"discord_RPC": true,
3+
"volume": 40,
4+
"file-save-dir": "./asset/storage",
5+
"Subtitle-Lang": "ko"
6+
}

exe-release/update.exe

10.3 MB
Binary file not shown.

sclat.spec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ a = Analysis(
44
['sclat\\sclat.py'],
55
pathex=[],
66
binaries=[],
7-
datas=[
8-
('asset/*', 'asset'),
9-
('setting/*', 'setting')
10-
],
117
hiddenimports=[],
128
hookspath=[],
139
hooksconfig={},
@@ -32,7 +28,7 @@ exe = EXE(
3228
upx=True,
3329
upx_exclude=[],
3430
runtime_tmpdir=None,
35-
console=False,
31+
console=True,
3632
disable_windowed_traceback=False,
3733
argv_emulation=False,
3834
target_arch=None,

sclat/gui/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import chardet, cv2, time, sys, re, os
22

3-
sys.stdout = open(os.devnull, 'w')
3+
#sys.stdout = open(os.devnull, 'w')
44
os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = '1'
55
from pyvidplayer2 import Video
66
from dataclasses import dataclass

0 commit comments

Comments
 (0)