summaryrefslogtreecommitdiff
path: root/Windows/eSim.spec
diff options
context:
space:
mode:
authorrahulp132021-01-07 18:22:29 +0530
committerrahulp132021-01-07 18:22:29 +0530
commitd4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch)
tree28095229ec3035d15c569fbedac83cf5876aa196 /Windows/eSim.spec
parent376e748df438933088721286402462dffd6367c0 (diff)
parent63e3156454f39732a3101c29d42b473a89ca68d2 (diff)
downloadeSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.gz
eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.bz2
eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.zip
Merge windows installer updates with linux installer
Diffstat (limited to 'Windows/eSim.spec')
-rw-r--r--Windows/eSim.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/Windows/eSim.spec b/Windows/eSim.spec
index f071ae68..3d289d8c 100644
--- a/Windows/eSim.spec
+++ b/Windows/eSim.spec
@@ -3,8 +3,8 @@
block_cipher = None
-a = Analysis(['..\\eSim-2.0\\src\\frontEnd\\Application.py'],
- pathex=['C:\\Users\\admin\\Desktop\\Python3-eSim-Windows-New\\build'],
+a = Analysis(['src\\frontEnd\\Application.py'],
+ pathex=['C:\\Users\\admin\\Desktop\\FOSSEE-eSim\\eSim-build'],
binaries=[],
datas=[],
hiddenimports=[],
@@ -30,4 +30,4 @@ exe = EXE(pyz,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
- console=True , icon='..\\logo.ico')
+ console=True , icon='logo.ico')