Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Verified Commit 0eece35d authored by Ayush Singh's avatar Ayush Singh
Browse files

gui: Use symlink for config.json


- Cargo package does not like files being in root workspace directory.
  So use symlink

Signed-off-by: Ayush Singh's avatarAyush Singh <ayush@beagleboard.org>
parent 1dace674
Branches
Tags
1 merge request!20Preperation to publish to crates.io
../config.json
\ No newline at end of file
pub const BB_IMAGER_ORIGINAL_CONFIG: &str = "https://dl.beagle.cc/distros.json";
pub const DEFAULT_CONFIG: &[u8] = include_bytes!("../../config.json");
pub const DEFAULT_CONFIG: &[u8] = include_bytes!("../config.json");
pub const APP_NAME: &str = "BeagleBoard Imager";
pub const WINDOW_ICON: &[u8] = include_bytes!("../icon.png");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment