Skip to content

Commit d476ae1

Browse files
authored
Merge pull request #29 from mihirs16/master
Fixed Bugs
2 parents 1408c37 + f5b5e30 commit d476ae1

File tree

1,017 files changed

+34
-26001
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,017 files changed

+34
-26001
lines changed

win_exe/main.spec renamed to CLIK/clik.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
block_cipher = None
44

55

6-
a = Analysis(['main.py'],
6+
a = Analysis(['clik.py'],
77
pathex=['C:\\Users\\Powerhouse\\Documents\\GitHub\\Project-CLIK'],
88
binaries=[],
99
datas=[],
@@ -21,7 +21,7 @@ exe = EXE(pyz,
2121
a.scripts,
2222
[],
2323
exclude_binaries=True,
24-
name='main',
24+
name='clik',
2525
debug=False,
2626
bootloader_ignore_signals=False,
2727
strip=False,
@@ -34,4 +34,4 @@ coll = COLLECT(exe,
3434
strip=False,
3535
upx=True,
3636
upx_exclude=[],
37-
name='main')
37+
name='clik')
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)