Skip to content

Commit

Permalink
Update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Jan 24, 2025
1 parent 66ce099 commit 8ee352c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
RES: "native-dist/weasis-native/build/script/resources/${{ matrix.wsystem }}"
FILE_ASSOC: "native-dist/weasis-native/build/script/file-associations.properties"
VENDOR: "Weasis Team"
COPYRIGHT: "© 2009-2024 Weasis Team"
COPYRIGHT: "© 2009-2025 Weasis Team"
run: |
mkdir -p final-dist
machine=${{ matrix.wsystem }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See [How to build Weasis](https://nroduit.github.io/en/getting-started/building-

## General Features
* Open source DICOM viewer under EPL 2 or Apache 2 license
* Flexible integration with PACS, VNA, RIS, HIS, or PHR (see [integration documentation](https://nroduit.github.io/en/basics/customize/integration/))
* Flexible integration with PACS, VNA, RIS, HIS, or EHR (see [integration documentation](https://nroduit.github.io/en/basics/customize/integration/))
* [Desktop distributions](https://nroduit.github.io/en/getting-started/download-dicom-viewer/) (Windows, macOS, and Linux)
* Web access through [weasis protocol](https://nroduit.github.io/en/getting-started/weasis-protocol)
* [Responsive user interface](https://nroduit.github.io/en/tutorials/theme/index.html#how-to-scale-the-user-interface) working well on high DPI screens
Expand Down
2 changes: 1 addition & 1 deletion weasis-distributions/script/package-weasis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ else
INPUT_DIR="$INPUT_PATH_UNIX/weasis"
fi

WEASIS_CLEAN_VERSION=$(echo "$WEASIS_VERSION" sed -e 's/"//g' -e 's/-.*//' -e 's/\(\([0-9]\+\.\)\{2\}[0-9]\+\)\.[0-9]\+/\1/')
WEASIS_CLEAN_VERSION=$(echo "$WEASIS_VERSION" | sed -e 's/"//g' -e 's/-.*//' -e 's/\(\([0-9]\+\.\)\{2\}[0-9]\+\)\.[0-9]\+/\1/')


# Remove pack jar for launcher
Expand Down

0 comments on commit 8ee352c

Please sign in to comment.