mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-20 20:00:45 +02:00
make runtime provenance platform-neutral
This commit is contained in:
@@ -6543,6 +6543,10 @@
|
||||
{
|
||||
"name": "browse",
|
||||
"source_path": "browse/dist/browse",
|
||||
"platform_source_paths": {
|
||||
"posix": "browse/dist/browse",
|
||||
"win32": "browse/dist/browse.exe"
|
||||
},
|
||||
"consumer_modules": [
|
||||
"benchmark",
|
||||
"browse",
|
||||
@@ -6831,6 +6835,10 @@
|
||||
{
|
||||
"name": "gstack-design",
|
||||
"source_path": "design/dist/design",
|
||||
"platform_source_paths": {
|
||||
"posix": "design/dist/design",
|
||||
"win32": "design/dist/design.exe"
|
||||
},
|
||||
"consumer_modules": [
|
||||
"design-consultation",
|
||||
"design-html",
|
||||
@@ -7712,6 +7720,10 @@
|
||||
{
|
||||
"name": "make-pdf",
|
||||
"source_path": "make-pdf/dist/pdf",
|
||||
"platform_source_paths": {
|
||||
"posix": "make-pdf/dist/pdf",
|
||||
"win32": "make-pdf/dist/pdf.exe"
|
||||
},
|
||||
"consumer_modules": [
|
||||
"make-pdf"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user