Skip to content

Commit

Permalink
なんか失敗
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Sep 23, 2023
1 parent b64cb21 commit c3a0308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flatpak/build-flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ executableName=miria
mkdir -p $projectName
#tar -xf $projectName-$(cat ../pubspec.yaml | grep version | cut -d ' ' -f 2)-amd64.tar.gz -C $projectName
ReplaceToCommand
echo "ls -l $PWD/miria"
echo "ls -l $PWD/miria/miria"
echo "ls $PWD/miria"
echo "ls $PWD/miria/miria"

# Copy the portable app to the Flatpak-based location.
cp -r $projectName /app/
echo "ls -l /app/$projectName"
echo "ls /app/$projectName"
chmod +x /app/$projectName/$executableName
mkdir -p /app/bin
ln -s /app/$projectName/$executableName /app/bin/$executableName
Expand Down

0 comments on commit c3a0308

Please sign in to comment.