Skip to content

Commit

Permalink
fix/revert snapcraft and macos package (#5633)
Browse files Browse the repository at this point in the history
* Revert "Fix INS-2242, add afterPack workaround for electron-builder (#5627)"

This reverts commit 33aa835.

* Revert "Fix #5531 bump snapcraft base to core22 (#5555)"

This reverts commit 856c859.

* Revert "use same prettify mechanic for both editors (#5616)"

This reverts commit 21c7817.
  • Loading branch information
filfreire authored Jan 9, 2023
1 parent 33aa835 commit 575d4cf
Show file tree
Hide file tree
Showing 6 changed files with 2,164 additions and 2,862 deletions.
7 changes: 0 additions & 7 deletions packages/insomnia/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const config = {
],
publish: null,
afterSign: './scripts/afterSignHook.js',
afterPack: './scripts/afterPack.js',
extraResources: [
{
from: './bin',
Expand All @@ -44,8 +43,6 @@ const config = {
},
fileAssociations: [],
mac: {
// disabling notarize on electron-builder, we use afterSignHook.js
notarize: false,
hardenedRuntime: true,
category: 'public.app-category.developer-tools',
entitlements: './build/static/entitlements.mac.inherit.plist',
Expand Down Expand Up @@ -129,10 +126,6 @@ const config = {
},
],
},
snap: {
base: 'core22',
},
npmRebuild: false,
};

const { env: { BUILD_TARGETS }, platform } = process;
Expand Down
Loading

0 comments on commit 575d4cf

Please sign in to comment.