diff options
author | rahulp13 | 2021-01-07 18:22:29 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 18:22:29 +0530 |
commit | d4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch) | |
tree | 28095229ec3035d15c569fbedac83cf5876aa196 /Windows/eSim.spec | |
parent | 376e748df438933088721286402462dffd6367c0 (diff) | |
parent | 63e3156454f39732a3101c29d42b473a89ca68d2 (diff) | |
download | eSim-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.spec | 6 |
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') |