1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-18 23:11:19 +03:00

import KernelEx-4.5.1

This commit is contained in:
UzixLS
2018-11-03 16:23:39 +03:00
parent 7571e3c60d
commit 2948e23961
77 changed files with 2603 additions and 883 deletions

View File

@ -1,4 +1,4 @@
!define _VERSION '4.5 Final'
!define _VERSION '4.5.1'
!ifndef _DEBUG
!define FLAVOUR 'Release'
@ -24,7 +24,7 @@
;Name and file
Name "KernelEx"
Caption "KernelEx ${VERSION} Setup"
OutFile "..\KernelEx-dev.exe"
OutFile "KernelEx-dev.exe"
;Default installation folder
InstallDir "$WINDIR\KernelEx"