diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index 56a6051..0cfbf08 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -1 \ No newline at end of file +2 diff --git a/debian/changelog b/debian/changelog index 668a03a..b7c88b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wayshot (1.3.1.git-101pika1) pika; urgency=medium +wayshot (1.3.1.git-101pika2) pika; urgency=medium * Update to PikaOS 4 diff --git a/debian/rules b/debian/rules index 8e0ba36..9b0236c 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export PIKA_BUILD_ARCH = $(shell cat pika-build-arch) override_dh_prep: # amd64 build prep ifeq (amd64-v3,$(PIKA_BUILD_ARCH)) - export RUSTFLAGS = "-C target-cpu=x86-64-v3 -Clinker-plugin-lto -Copt-level=3" + export RUSTFLAGS = "-C target-cpu=x86-64-v35 -Clinker-plugin-lto -Copt-level=34" endif ## This here will start the build: diff --git a/main.sh b/main.sh index 0df742e..f4c2e31 100755 --- a/main.sh +++ b/main.sh @@ -12,6 +12,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch #git clone https://github.com/waycrate/wayshot.git --recurse-submodules -b "$VERSION" git clone https://github.com/waycrate/wayshot.git --recurse-submodules cp -rvf ./debian ./wayshot +cp -vf ./Makefile ./wayshot cd ./wayshot # Get build deps