Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Prelle committed Oct 31, 2023
1 parent 9048e2d commit c59ec9c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/android-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
steps:
- name: checkout sources
uses: actions/checkout@v3

- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-

- name: setup-graalvm-ce
uses: taranion/setup-graalvm@master
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<!-- MAC specific settings -->
<macAppCategory>role-playing-games</macAppCategory>
<macDmgContentPaths>
<macDmgContentPath>/docs</macDmgContentPath>
<macDmgContentPath>jpackage/osx/docs</macDmgContentPath>
</macDmgContentPaths>
</configuration>

Expand Down
1 change: 1 addition & 0 deletions src/jpackage/osx/docs/Test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hey, just testing adding docs
Binary file removed src/windows/assets/icon.ico
Binary file not shown.
17 changes: 0 additions & 17 deletions src/windows/license.rtf

This file was deleted.

0 comments on commit c59ec9c

Please sign in to comment.