Skip to content

Commit 8bd9470

Browse files
committed
commit build settings json files
1 parent 460b902 commit 8bd9470

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/build/settings/base.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"app_name": "Slice",
3+
"version": "0.1.1",
4+
"author": "Christopher Simpkins",
5+
"main_module": "src/run.py",
6+
"license": "GNU General Public License Version 3"
7+
}

src/build/settings/macos.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"bundle_identifier": "org.sourcefoundry.slice"
3+
}

0 commit comments

Comments
 (0)