Skip to content

Commit

Permalink
Merge pull request #318 from fiskaltrust/user/tsc/fcc4.1.1-x86
Browse files Browse the repository at this point in the history
Support FCC 4.1.1 x86
  • Loading branch information
TSchmiedlechner committed Jul 2, 2024
2 parents 8d06f03 + 57b56d9 commit b8e5f90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ private void UpdateFCCFiles(string tempZipPath, string fccDirectory, DirectoryIn

protected virtual string GetDownloadUriByCurrentPlatform()
{
if (RuntimeInformation.OSArchitecture == Architecture.X86)
{
throw new Exception("Starting from version 4.1.1, the FCC does not support x86 Operating Systems anymore. Only x64, arm32 and arm64 are supported.");
}

var operatingSystem = RuntimeInformation.OSArchitecture switch
{
Architecture.X64 => "x64",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.57",
"version": "1.3.61",
"releaseBranches": [
"^refs/tags/scu-de/deutschefiskal/v\\d+(?:\\.\\d+)*(?:-.*)?$"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.57",
"version": "1.3.61",
"releaseBranches": [
"^refs/tags/scu-de/swissbitcloud/v\\d+(?:\\.\\d+)*(?:-.*)?$"
]
Expand Down

0 comments on commit b8e5f90

Please sign in to comment.