Skip to content

Commit

Permalink
Flatpak handover from Windows to Linux 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hbitteur committed May 13, 2024
1 parent eb70c12 commit 52cb173
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dev/temp-externals/*-javadoc.jar
dev/temp-externals/*-sources.jar
nbproject

*.*~
.gradle/*
.idea/*
.nb-gradle/*
Expand Down
2 changes: 1 addition & 1 deletion flatpak/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ task genManifest {
binding.GRADLE_URL = "$gradleUrl"
binding.GRADLE_NAME = "$gradleName"
binding.GRADLE_SHA256 = wrapperProps.getProperty("distributionSha256Sum")
binding.TAG = '5.4-alpha-1'
binding.TAG = '5.4-alpha-2'
expand(binding)
}
into('build')
Expand Down
6 changes: 3 additions & 3 deletions flatpak/dev/org.audiveris.audiveris.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ modules:
- echo "======================================================="
- echo "checking the pwd"
- pwd
- tree
- ls -l
- echo "======================================================="

# We make the Gradle wrapper use our local .zip file
Expand Down Expand Up @@ -101,7 +101,7 @@ modules:
path: dev/add-tessdata-prefix.sed

# Include app dependencies.json, generated by Gradle task genDependencies
- ../app/build/dependencies.json
- ../../app/build/dependencies.json

# Include lang_sources.yml, generated by Gradle task genLanguages
- build/lang_sources.yml
- lang_sources.yml

0 comments on commit 52cb173

Please sign in to comment.