mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
/*
|
|
|
|
NSIS Script - LyX 2.1 Installer for Windows
|
|
Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
|
|
Compatible with NSIS 2.46
|
|
*/
|
|
|
|
!ifndef SETUPTYPE
|
|
!define SETUPTYPE BUNDLE
|
|
!endif
|
|
|
|
!include lyx.nsi |