Skip to content

Commit

Permalink
Merge pull request #89 from juanky201271/dev_dist_deb_file_config
Browse files Browse the repository at this point in the history
Config for dist DEB file
  • Loading branch information
juanky201271 authored Aug 16, 2023
2 parents cd35f17 + ae76cd1 commit dba8292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@
"category": "Development",
"icon": "./resources/icon.icns",
"target": [
"AppImage"
"AppImage",
"deb"
],
"desktop": {
"Name": "Zingo PC",
Expand Down
1 change: 0 additions & 1 deletion src/native.node.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//export function zingolib_say_hello(s: string): string;
export function zingolib_wallet_exists(chain_hint: string): boolean;
export function zingolib_initialize_new(server_uri: string, chain_hint: string): string;
export function zingolib_initialize_existing(server_uri: string, chain_hint: string): string;
Expand Down

0 comments on commit dba8292

Please sign in to comment.