Skip to content
Snippets Groups Projects
Commit c56f66ce authored by Lorenzo Tilve's avatar Lorenzo Tilve
Browse files

Install output from gulp target into the bundle

parent 5638bed3
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,17 @@ all:
cd app && ./node_modules/.bin/gulp "vscode-linux-ia32-prepare-flatpak" --max_old_space_size=4096;
install:
./install
# Install Icons, appdata.xml and .desktop file
mkdir -p /export/share/
cp -r app/.build/linux/flatpak/i386/share/icons /export/
cp -r app/.build/linux/flatpak/i386/share/appdata /export/
cp -r app/.build/linux/flatpak/i386/share/applications /export/
# Make binary available
mkdir -p /app/bin
cp -r app/.build/linux/flatpak/i386/share/code-oss/bin/* /app/bin
# Add code-oss contents to the bundle
cp -a app/.build/linux/flatpak/i386/share/code-oss /app
.PHONY: all install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment