Skip to content

Commit a73d211

Browse files
committed
fix: tweak ui app config so as to produce a lower-case 'pdl' executable
We want the package (and macos app bundle) to be named PDL, but we want the actual executable (used on the command line) to be pdl. Signed-off-by: Nick Mitchell <[email protected]>
1 parent 2c7c59d commit a73d211

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

pdl-live-react/src-tauri/Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdl-live-react/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "PDL"
2+
name = "pdl"
33
version = "0.4.1"
44
description = "Prompt Declaration Language"
55
authors = ["[email protected]"]

pdl-live-react/src-tauri/tauri.conf.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"identifier": "com.ibm.prompt-declaration-language.app",
4+
"productName": "PDL",
5+
"mainBinaryName": "pdl",
46
"build": {
57
"beforeDevCommand": "npm run dev",
68
"devUrl": "http://localhost:1420",

0 commit comments

Comments
 (0)