Skip to content

Commit

Permalink
Start adding flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Hiles committed Mar 10, 2024
1 parent a17d8d7 commit 15dcaf2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
21 changes: 21 additions & 0 deletions com.henryhiles.quados.Quad.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
id: com.henryhiles.quados.Quad
command: quad
modules:
- name: yourapp
build-options:
env:
- PNPM_CONFIG_REGISTRY=https://registry.npmjs.org/
sources:
- type: git
url: https://github.com/your/yourapp.git
branch: master # or specify the branch/tag you want to use
buildsystem: simple
build-commands:
- mkdir dist
- pnpm install
- pnpm build > dist/out.js
dest: /app
build-extensions:
- nodejs
build-commands:
- install -D dist.sh /app/bin/hello.sh
1 change: 0 additions & 1 deletion esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ await build({
entryPoints: ["cli.ts"],
bundle: true,
platform: "node",
outfile: "dist/out.js",
plugins: [importPatternPlugin()],
treeShaking: true,
minify: true,
Expand Down

0 comments on commit 15dcaf2

Please sign in to comment.