You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create new directory(Builds) on root of the 2UDA repository
25
25
- mkdir Builds
26
26
- Create new sub-directories inside Builds directory(this will reflect platforms for which you are going to generate a new installer. Folder names should be the same as bellow) i,e
27
27
- Windows
28
28
- Linux
29
29
- MacOS
30
30
- Copy your build inside particular folder(We will copy it inside Linux)
31
-
- cp -r 10/ Builds/Linux/
31
+
- cp -r PostgreSQL-10 Builds/Linux/
32
+
32
33
Note: If you do not put build in specific folder then installbuilder will fail to generate installer.
34
+
33
35
- Create a new directory inside Builds/Linux as Orange and put latest Orange binaries there
34
36
- Open installer-properties.sh file and modify it as per your needs
0 commit comments