Changeset 1244
- Timestamp:
- Dec 4, 2013 7:44:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsas/linux/dist/bootstrap.py
r1242 r1244 98 98 if not os.path.exists(os.path.join(gsaspath,'EXPGUI.png')): 99 99 import shutil 100 shutil.copy(os.path.join(gsaspath,' EXPGUI_linux.png'),100 shutil.copy(os.path.join(gsaspath,'expgui','EXPGUI.png'), 101 101 os.path.join(gsaspath,'EXPGUI.png')) 102 shutil.copy(os.path.join(gsaspath,' GSAS_linux.png'),102 shutil.copy(os.path.join(gsaspath,'expgui','GSAS.png'), 103 103 os.path.join(gsaspath,'GSAS.png')) 104 104 if os.path.exists(os.path.expanduser('~/Desktop/')):
Note: See TracChangeset
for help on using the changeset viewer.