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
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can create an executable installer by running the `jpackage` Gradle task on
19
19
```shell
20
20
./gradlew jpackage
21
21
```
22
-
*Do note that you will need the [WiX Toolset](https://wixtoolset.org/) in order to create MSI packages.*
22
+
*Do note that you will need the [WiX Toolset](https://wixtoolset.org/) in order to create `msi` packages.*
23
23
24
24
#### Portable image
25
25
@@ -32,19 +32,19 @@ You can create a portable image by running the `jpackageImage` Gradle task on a
32
32
33
33
#### rpm
34
34
35
-
You can create an RPM, by running the `jpackage` Gradle task on a Linux host:
35
+
You can create an `rpm`, by running the `jpackage` Gradle task on a Linux host:
36
36
```shell
37
37
./gradlew jpackage
38
38
```
39
-
*Do note that you will need the `rpm-build` package in order to create an RPM.*
39
+
*Do note that you will need the `rpm-build` package in order to create an `rpm`.*
40
40
41
41
#### AppImage
42
42
43
43
You can create an [AppImage](https://appimage.github.io/) by executing the `AppImage` Gradle task on a Linux host:
44
44
```shell
45
45
./gradlew AppImage
46
46
```
47
-
*Do note that running this task will execute a shell script in order to download and run the [appimagetool](https://appimage.github.io/appimagetool/) in order to create the AppImage file.*
47
+
*Do note that running this task will execute a shell script in order to download and run the [appimagetool](https://appimage.github.io/appimagetool/) in order to create the `AppImage` file.*
48
48
49
49
#### Portable image
50
50
@@ -53,6 +53,22 @@ You can create a portable image by running the `jpackageImage` Gradle task on a
53
53
./gradlew jpackageImage
54
54
```
55
55
56
+
### macOS
57
+
58
+
#### dmg
59
+
60
+
You can create a `dmg`, by running the `jpackage` Gradle task on a macOS host:
61
+
```shell
62
+
./gradlew jpackage
63
+
```
64
+
65
+
#### Portable image
66
+
67
+
You can create a portable image by running the `jpackageImage` Gradle task on a macOS host:
68
+
```shell
69
+
./gradlew jpackageImage
70
+
```
71
+
56
72
## Dependencies
57
73
58
74
A couple of dependencies are required in order to build Opal. Some of which require a specific host machine,
0 commit comments