imodeljs / desktop-starter

An iTwin.js Desktop starter app
https://itwinjs.org
MIT License
21 stars 12 forks source link

about the tree component display label #67

Closed NealCpf closed 3 years ago

NealCpf commented 3 years ago

Hello guys, I added a tree component into desktop demo. When I npm run electron ,this tree display label is normal . But after I run the npm run build: pack , I started the exe from package folder. This tree node display label has been Not specified. Detail under below picture. Is it a translation issue? Do you know how can I fix it? image

aruniverse commented 3 years ago

Could you share your start and pack commands? Where are those strings for your tree?

NealCpf commented 3 years ago

Firstly , I have used "build": "run-p build:backend build:frontend copy" to build. Then I have used "build:pack": "electron-builder --dir" to pack. This tree is a presentation tree. I have set a Tree.ruleset.json to provide the data , And the data is from the ec data in snapshot file. I start exe with clicking the .exe file in output package.

calebmshafer commented 3 years ago

@NealCpf can you try it out now from master? This should now be fixed. We'll also be releasing a new .exe with the fix shortly as well.

calebmshafer commented 3 years ago

the fix has been released as v1.0.8.