Created
July 21, 2020 21:30
-
-
Save joselcvarela/0f3f2d27fdd2b61f0f2285f0b1f31eca to your computer and use it in GitHub Desktop.
Tizen Build Package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Tizen configuration | |
1. Download Tizen CLI from here https://developer.tizen.org/development/tizen-studio/download | |
2. `chmod 755 web-cli_Tizen_Studio_3.7_ubuntu-64.bin` | |
3. `~/tizen-studio/tools/ide/bin/tizen certificate -a ProfileName -p 1234 -f profile_filename` | |
4. `~/tizen-studio/tools/ide/bin/tizen security-profiles add -n ProfileName -a ~/tizen-studio-data/keystore/author/profile_filename.p12 -p 1234` | |
5. Edit `~/tizen-studio-data/profile/profiles.xml` and change password fields like this: | |
``` | |
<profileitem ...profile_filename.p12" password="" rootca=""/> | |
<profileitem ...tizen-distributor-signer.p12" password="tizenpkcs12passfordsigner" rootca=""/> | |
``` | |
5. `~/tizen-studio/tools/ide/bin/tizen package -t wgt -s ProfileName -- <BUILD_FOLDER>` where `<BUILD_FOLDER>` is the distributable files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment