Skip to content

Commit

Permalink
Rename executable to bin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Oct 1, 2022
1 parent 57d14b1 commit 70ec9a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/re.sonny.Playhouse → src/bin.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!@GJS@ -m

// -*- mode: js; -*-

import { exit } from "system";
import GLib from "gi://GLib";
import { setConsoleLogDomain } from "console";
import Gio from "gi://Gio";

imports.package.init({
name: "@app_id@",
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ blueprint_compiler = find_program(
)

configure_file(
input: 're.sonny.Playhouse',
input: 'bin.js',
output: 're.sonny.Playhouse',
configuration: bin_conf,
install: true,
Expand Down

0 comments on commit 70ec9a1

Please sign in to comment.