comparison dist-files.mk @ 4028:8803dfa40236

nsis installer: set directory to userprofile on startof octave from installer (Bug #45899) * installer-files/octave-firsttime.vbs: new file * binary-dist-rules.mk: copy octave-firsttime.vbs to disy folder * dist-files.mk: add installer-files/octave-firsttime.vbs * makeinst-script.sh: install and then run octave-firsttime.vbs if the run checkbox is selected at end of install.
author John Donoghue
date Wed, 16 Sep 2015 07:51:27 -0400
parents 703b6f9eaea1
children e5c0805d9f5f
comparison
equal deleted inserted replaced
4027:c8c394328c54 4028:8803dfa40236
863 cmdshell.bat \ 863 cmdshell.bat \
864 gpl-3.0.txt \ 864 gpl-3.0.txt \
865 octave.bat \ 865 octave.bat \
866 octave.bmp \ 866 octave.bmp \
867 octave.vbs \ 867 octave.vbs \
868 octave-firsttime.vbs \
868 octave-hdr.bmp \ 869 octave-hdr.bmp \
869 octave-logo.ico \ 870 octave-logo.ico \
870 README.html 871 README.html
871 INSTALL_FILES := $(addprefix installer-files/, $(INSTALL_FILES_1)) 872 INSTALL_FILES := $(addprefix installer-files/, $(INSTALL_FILES_1))
872 873