From 89b0c931b97a801c70fae9e99d5114ee7388f90f Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 12 Oct 2023 15:59:58 -0400 Subject: [PATCH] Fixed incorrect mime type in `ncc-package.xml` This update addresses a mistake in the `ncc-package.xml` file, where the wrong mime type was specified. The mime type has been corrected from `application/ncc-package` to `application/ncc` and the glob pattern from `*.ncc_pkg` to `*.ncc`. This change will ensure proper recognition and handling of the file type. --- CHANGELOG.md | 1 + src/installer/ncc-package.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 093cf08..dd29000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed issue where some build artifacts are being bundled with package builds such as `output_path` and `static` where they should not be included in the package. + - Corrected mistakes in `ncc-package.xml` mime type ## [2.0.1] - 2023-10-11 diff --git a/src/installer/ncc-package.xml b/src/installer/ncc-package.xml index f806314..e2af03f 100644 --- a/src/installer/ncc-package.xml +++ b/src/installer/ncc-package.xml @@ -21,11 +21,11 @@ --> - + ncc package binary - + \ No newline at end of file