Skip to content

Commit c0295d0

Browse files
committed
Moved demo into an examples subfolder.
1 parent ce9e376 commit c0295d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+129
-125
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: conda-incubator/setup-miniconda@v3
4444
with:
4545
activate-environment: commoners-demo
46-
environment-file: tests/demo/src/services/python/environment.yml
46+
environment-file: examples/demo/src/services/python/environment.yml
4747
auto-activate-base: false
4848

4949
- name: Use Node.js 22

README.md

Lines changed: 2 additions & 1 deletion

examples/EXAMPLES.md

Lines changed: 12 additions & 0 deletions
File renamed without changes.
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ const config = defineConfig({
8282

8383
// NOTE: Protocol definition is not yet tested...
8484
electron: {
85-
security: {
86-
asarIntegrity: true // Check whether ASAR integrity flag works
87-
},
8885
protocol: { scheme: 'commoners', privileges: { supportFetchAPI: true } },
8986
// hooks: customHooks
9087
},

0 commit comments

Comments
 (0)